#BDF168

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

Shades of Sulu #BDF168

Tints of Sulu #BDF168

Color information

#BDF168 (or 0xBDF168) is unknown color: approx Sulu. HEX triplet: BD, F1 and 68. RGB value is (189,241,104). Sum of RGB (Red+Green+Blue) = 189+241+104=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF168 is #420E97. Grayscale: #D2D2D2. Windows color (decimal): -4329112 or 6877629. OLE color: 6877629.

HSL color Cylindrical-coordinate representation of color #BDF168: hue angle of 82.77º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF168 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB189241104-
CMYK0.2200.570.05
HSL82.77º83.03%67.65%-
HSV(B)82.77º56.85%94.51%-
XYZ54.9474.7324.63-
YUV209.8368.27113.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=35.39%
G=45.13%
B=19.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411040.2200.570.0582.7783.0367.65
HexBDF168160395535344
Octal275361150260715123123104
Binary10111101111100011101000101100111001101101001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF168; }

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

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

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

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

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

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

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

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