#BDEF83

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

Shades of Sulu #BDEF83

Tints of Sulu #BDEF83

Color information

#BDEF83 (or 0xBDEF83) is unknown color: approx Sulu. HEX triplet: BD, EF and 83. RGB value is (189,239,131). Sum of RGB (Red+Green+Blue) = 189+239+131=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF83 is #42107C. Grayscale: #D4D4D4. Windows color (decimal): -4329597 or 8646589. OLE color: 8646589.

HSL color Cylindrical-coordinate representation of color #BDEF83: hue angle of 87.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDEF83 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB189239131-
CMYK0.2100.450.06
HSL87.78º77.14%72.55%-
HSV(B)87.78º45.19%93.73%-
XYZ55.9574.1932.84-
YUV211.7482.44111.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 131 (51.56% from 255) = 23.43%
R=33.81%
G=42.75%
B=23.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892391310.2100.450.0687.7877.1472.55
HexBDEF831502D6584d49
Octal275357203250556130115111
Binary101111011110111110000011101010101101110101100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEF83; }

 p { color: rgb(189,239,131); }

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

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

 a { background-color: rgb(189,239,131); }

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

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

 span { border-color: rgb(189,239,131); }

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