#BDE17E

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

Shades of Sulu #BDE17E

Tints of Sulu #BDE17E

Color information

#BDE17E (or 0xBDE17E) is unknown color: approx Sulu. HEX triplet: BD, E1 and 7E. RGB value is (189,225,126). Sum of RGB (Red+Green+Blue) = 189+225+126=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE17E is #421E81. Grayscale: #CBCBCB. Windows color (decimal): -4333186 or 8315325. OLE color: 8315325.

HSL color Cylindrical-coordinate representation of color #BDE17E: hue angle of 81.82º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE17E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB189225126-
CMYK0.1600.440.12
HSL81.82º62.26%68.82%-
HSV(B)81.82º44%88.24%-
XYZ51.6866.1829.79-
YUV202.9584.57118.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 225 (88.28% from 255) = 41.67%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=35%
G=41.67%
B=23.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251260.1600.440.1281.8262.2668.82
HexBDE17E1002CC523e45
Octal275341176200541412276105
Binary10111101111000011111110100000101100110010100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE17E; }

 p { color: rgb(189,225,126); }

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

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

 a { background-color: rgb(189,225,126); }

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

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

 span { border-color: rgb(189,225,126); }

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