#BDEE83

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

Shades of Sulu #BDEE83

Tints of Sulu #BDEE83

Color information

#BDEE83 (or 0xBDEE83) is unknown color: approx Sulu. HEX triplet: BD, EE and 83. RGB value is (189,238,131). Sum of RGB (Red+Green+Blue) = 189+238+131=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE83 is #42117C. Grayscale: #D3D3D3. Windows color (decimal): -4329853 or 8646333. OLE color: 8646333.

HSL color Cylindrical-coordinate representation of color #BDEE83: hue angle of 87.48º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDEE83 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB189238131-
CMYK0.2100.450.07
HSL87.48º75.89%72.35%-
HSV(B)87.48º44.96%93.33%-
XYZ55.6673.6132.75-
YUV211.1582.77112.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 131 (51.56% from 255) = 23.48%
R=33.87%
G=42.65%
B=23.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381310.2100.450.0787.4875.8972.35
HexBDEE831502D7574c48
Octal275356203250557127114110
Binary101111011110111010000011101010101101111101011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE83; }

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

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

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

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

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

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

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

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