#BDEF90

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

Shades of Sulu #BDEF90

Tints of Sulu #BDEF90

Color information

#BDEF90 (or 0xBDEF90) is unknown color: approx Sulu. HEX triplet: BD, EF and 90. RGB value is (189,239,144). Sum of RGB (Red+Green+Blue) = 189+239+144=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF90 is #42106F. Grayscale: #D5D5D5. Windows color (decimal): -4329584 or 9498557. OLE color: 9498557.

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

Color convert

RGB189239144-
CMYK0.2100.400.06
HSL91.58º74.8%75.1%-
HSV(B)91.58º39.75%93.73%-
XYZ56.8974.5737.78-
YUV213.2288.94110.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 144 (56.64% from 255) = 25.17%
R=33.04%
G=41.78%
B=25.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892391440.2100.400.0691.5874.875.1
HexBDEF901502865c4b4b
Octal275357220250506134113113
Binary101111011110111110010000101010101000110101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEF90; }

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

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

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

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

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

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

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

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