Html Css Color HEX #BDDD7E Sulu

📋 copy color: '#BDDD7E'

red 189 ◦ green 221 ◦ blue 126

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

Shades of Sulu #BDDD7E

Tints of Sulu #BDDD7E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 126 (49.61% from 255) = 23.51%

R = 35.26%
G = 41.23%
B = 23.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BDDD7E (or 0xBDDD7E) is known color: Sulu. HEX triplet: BD, DD and 7E. RGB value is (189,221,126). Sum of RGB (Red+Green+Blue) = 189+221+126=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD7E is #422281. Grayscale: #C8C8C8. Windows color (decimal): -4334210 or 8314301. OLE color: 8314301.

HSL color Cylindrical-coordinate representation of color #BDDD7E: hue angle of 80.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDD7E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 126 -
CMYK 0.14 0 0.43 0.13
HSL 80.21º 0.58% 0.68% -
HSV(B) 80.21º 0.43% 0.87% -
XYZ 50.61 64.04 29.43 -
YUV 200.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 189 221 126 0.14 0 0.43 0.13 80.21 0.58 0.68
Hex BD DD 7E E 0 2B D 50 3A 44
Octal 275 335 176 16 0 53 15 120 72 104
Binary 10111101 11011101 1111110 1110 0 101011 1101 1010000 111010 1000100

Color Harmonies of #BDDD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD7E

Black with #BDDD7E

Text Example


Text Example

White with #BDDD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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