#BDF38D

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

Shades of Sulu #BDF38D

Tints of Sulu #BDF38D

Color information

#BDF38D (or 0xBDF38D) is unknown color: approx Sulu. HEX triplet: BD, F3 and 8D. RGB value is (189,243,141). Sum of RGB (Red+Green+Blue) = 189+243+141=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF38D is #420C72. Grayscale: #D7D7D7. Windows color (decimal): -4328563 or 9302973. OLE color: 9302973.

HSL color Cylindrical-coordinate representation of color #BDF38D: hue angle of 91.76º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF38D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB189243141-
CMYK0.2200.420.05
HSL91.76º80.95%75.29%-
HSV(B)91.76º41.98%95.29%-
XYZ57.8476.8436.98-
YUV215.2386.11109.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 141 (55.47% from 255) = 24.61%
R=32.98%
G=42.41%
B=24.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431410.2200.420.0591.7680.9575.29
HexBDF38D1602A55c514b
Octal275363215260525134121113
Binary101111011111001110001101101100101010101101110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF38D; }

 p { color: rgb(189,243,141); }

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

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

 a { background-color: rgb(189,243,141); }

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

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

 span { border-color: rgb(189,243,141); }

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