Html Css Color HEX #BDE58E Sulu

📋 copy color: '#BDE58E'

red 189 ◦ green 229 ◦ blue 142

#BDE58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDE58E

Tints of Sulu #BDE58E

RGB

 RED value IS 189 (74.22% from 255) = 33.75%

 GREEN value IS 229 (89.84% from 255) = 40.89%

 BLUE value IS 142 (55.86% from 255) = 25.36%

R = 33.75%
G = 40.89%
B = 25.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#BDE58E (or 0xBDE58E) is known color: Sulu. HEX triplet: BD, E5 and 8E. RGB value is (189,229,142). Sum of RGB (Red+Green+Blue) = 189+229+142=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE58E is #421A71. Grayscale: #CFCFCF. Windows color (decimal): -4332146 or 9364925. OLE color: 9364925.

HSL color Cylindrical-coordinate representation of color #BDE58E: hue angle of 87.59º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE58E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 142 -
CMYK 0.17 0 0.38 0.10
HSL 87.59º 0.63% 0.73% -
HSV(B) 87.59º 0.38% 0.9% -
XYZ 53.89 68.81 36.03 -
YUV 207.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 189 229 142 0.17 0 0.38 0.10 87.59 0.63 0.73
Hex BD E5 8E 11 0 26 A 58 3F 49
Octal 275 345 216 21 0 46 12 130 77 111
Binary 10111101 11100101 10001110 10001 0 100110 1010 1011000 111111 1001001

Color Harmonies of #BDE58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE58E

Black with #BDE58E

Text Example


Text Example

White with #BDE58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE58E; }

 p { color: rgb(189,229,142); }

 H1.HeaderClassName
 {
   color: #BDE58E;
 }
 .AnyTagClassName
 {
   color: #BDE58E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,229,142); }

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

border-color css

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

 span { border-color: rgb(189,229,142); }

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