#BDF768

Color #BDF768 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDF768

Tints of Sulu #BDF768

Color information

#BDF768 (or 0xBDF768) is unknown color: approx Sulu. HEX triplet: BD, F7 and 68. RGB value is (189,247,104). Sum of RGB (Red+Green+Blue) = 189+247+104=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF768 is #420897. Grayscale: #D5D5D5. Windows color (decimal): -4327576 or 6879165. OLE color: 6879165.

HSL color Cylindrical-coordinate representation of color #BDF768: hue angle of 84.34º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF768 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB189247104-
CMYK0.2300.580.03
HSL84.34º89.94%68.82%-
HSV(B)84.34º57.89%96.86%-
XYZ56.7578.3425.23-
YUV213.3666.28110.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 247 (96.88% from 255) = 45.74%
BLUE value IS 104 (41.02% from 255) = 19.26%
R=35%
G=45.74%
B=19.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471040.2300.580.0384.3489.9468.82
HexBDF7681703A3545a45
Octal275367150270723124132105
Binary1011110111110111110100010111011101011101010010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF768; }

 p { color: rgb(189,247,104); }

 H1.HeaderClassName
 {
   color: #BDF768;
 }
 .AnyTagClassName
 {
   color: #BDF768;
 }
</style>
background-color css

<style>
 a { background-color: #BDF768; }

 a { background-color: rgb(189,247,104); }

 div.DivClassName
 {
   background-color: #BDF768;
 }
 .BgClassName
 {
   background-color: #BDF768;
 }
</style>
border-color css

<style>
 span { border-color: #BDF768; }

 span { border-color: rgb(189,247,104); }

 td.TdClassName
 {
   border-color: #BDF768;
 }
 .TagClassName
 {
   border-color: #BDF768;
 }
</style>