Html Css Color HEX #BDE56D Sulu

📋 copy color: '#BDE56D'

red 189 ◦ green 229 ◦ blue 109

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

Shades of Sulu #BDE56D

Tints of Sulu #BDE56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 35.86%
G = 43.45%
B = 20.68%

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

#BDE56D (or 0xBDE56D) is known color: Sulu. HEX triplet: BD, E5 and 6D. RGB value is (189,229,109). Sum of RGB (Red+Green+Blue) = 189+229+109=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE56D is #421A92. Grayscale: #CBCBCB. Windows color (decimal): -4332179 or 7202237. OLE color: 7202237.

HSL color Cylindrical-coordinate representation of color #BDE56D: hue angle of 80º 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 #BDE56D is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 109 -
CMYK 0.17 0 0.52 0.10
HSL 80º 0.7% 0.66% -
HSV(B) 80º 0.52% 0.9% -
XYZ 51.77 67.96 24.86 -
YUV 203.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 189 229 109 0.17 0 0.52 0.10 80 0.7 0.66
Hex BD E5 6D 11 0 34 A 50 46 42
Octal 275 345 155 21 0 64 12 120 106 102
Binary 10111101 11100101 1101101 10001 0 110100 1010 1010000 1000110 1000010

Color Harmonies of #BDE56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE56D

Black with #BDE56D

Text Example


Text Example

White with #BDE56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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