#BDF88A

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

Shades of Sulu #BDF88A

Tints of Sulu #BDF88A

Color information

#BDF88A (or 0xBDF88A) is unknown color: approx Sulu. HEX triplet: BD, F8 and 8A. RGB value is (189,248,138). Sum of RGB (Red+Green+Blue) = 189+248+138=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF88A is #420775. Grayscale: #DADADA. Windows color (decimal): -4327286 or 9107645. OLE color: 9107645.

HSL color Cylindrical-coordinate representation of color #BDF88A: hue angle of 92.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF88A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB189248138-
CMYK0.2400.440.03
HSL92.18º88.71%75.69%-
HSV(B)92.18º44.35%97.25%-
XYZ59.1479.7936.33-
YUV217.8282.95107.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 248 (97.27% from 255) = 43.13%
BLUE value IS 138 (54.30% from 255) = 24%
R=32.87%
G=43.13%
B=24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481380.2400.440.0392.1888.7175.69
HexBDF88A1802C35c594c
Octal275370212300543134131114
Binary10111101111110001000101011000010110011101110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF88A; }

 p { color: rgb(189,248,138); }

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

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

 a { background-color: rgb(189,248,138); }

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

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

 span { border-color: rgb(189,248,138); }

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