#BDFD90

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

Shades of Sulu #BDFD90

Tints of Sulu #BDFD90

Color information

#BDFD90 (or 0xBDFD90) is unknown color: approx Sulu. HEX triplet: BD, FD and 90. RGB value is (189,253,144). Sum of RGB (Red+Green+Blue) = 189+253+144=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFD90 is #42026F. Grayscale: #DDDDDD. Windows color (decimal): -4326000 or 9502141. OLE color: 9502141.

HSL color Cylindrical-coordinate representation of color #BDFD90: hue angle of 95.23º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDFD90 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB189253144-
CMYK0.2500.430.01
HSL95.23º96.46%77.84%-
HSV(B)95.23º43.08%99.22%-
XYZ61.1583.0839.2-
YUV221.4484.3104.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 144 (56.64% from 255) = 24.57%
R=32.25%
G=43.17%
B=24.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531440.2500.430.0195.2396.4677.84
HexBDFD901902B15f604e
Octal275375220310531137140116
Binary1011110111111101100100001100101010111101111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD90; }

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

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

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

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

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

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

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

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