#BDF36E

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

Shades of Sulu #BDF36E

Tints of Sulu #BDF36E

Color information

#BDF36E (or 0xBDF36E) is unknown color: approx Sulu. HEX triplet: BD, F3 and 6E. RGB value is (189,243,110). Sum of RGB (Red+Green+Blue) = 189+243+110=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF36E is #420C91. Grayscale: #D4D4D4. Windows color (decimal): -4328594 or 7271357. OLE color: 7271357.

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

Color convert

RGB189243110-
CMYK0.2200.550.05
HSL84.36º84.71%69.22%-
HSV(B)84.36º54.73%95.29%-
XYZ55.8576.0526.49-
YUV211.6970.61111.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 243 (95.31% from 255) = 44.83%
BLUE value IS 110 (43.36% from 255) = 20.30%
R=34.87%
G=44.83%
B=20.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431100.2200.550.0584.3684.7169.22
HexBDF36E160375545545
Octal275363156260675124125105
Binary10111101111100111101110101100110111101101010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF36E; }

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

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

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

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

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

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

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

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