Html Css Color HEX #BDE56E Sulu

📋 copy color: '#BDE56E'

red 189 ◦ green 229 ◦ blue 110

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

Shades of Sulu #BDE56E

Tints of Sulu #BDE56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.83%

R = 35.8%
G = 43.37%
B = 20.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#BDE56E (or 0xBDE56E) is known color: Sulu. HEX triplet: BD, E5 and 6E. RGB value is (189,229,110). Sum of RGB (Red+Green+Blue) = 189+229+110=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE56E is #421A91. Grayscale: #CBCBCB. Windows color (decimal): -4332178 or 7267773. OLE color: 7267773.

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

Color convert

RGB 189 229 110 -
CMYK 0.17 0 0.52 0.10
HSL 80.17º 0.7% 0.66% -
HSV(B) 80.17º 0.52% 0.9% -
XYZ 51.82 67.98 25.14 -
YUV 203.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 189 229 110 0.17 0 0.52 0.10 80.17 0.7 0.66
Hex BD E5 6E 11 0 34 A 50 46 42
Octal 275 345 156 21 0 64 12 120 106 102
Binary 10111101 11100101 1101110 10001 0 110100 1010 1010000 1000110 1000010

Color Harmonies of #BDE56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE56E

Black with #BDE56E

Text Example


Text Example

White with #BDE56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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