Html Css Color HEX #BDD77E Sulu

📋 copy color: '#BDD77E'

red 189 ◦ green 215 ◦ blue 126

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

Shades of Sulu #BDD77E

Tints of Sulu #BDD77E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

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

R = 35.66%
G = 40.57%
B = 23.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BDD77E (or 0xBDD77E) is known color: Sulu. HEX triplet: BD, D7 and 7E. RGB value is (189,215,126). Sum of RGB (Red+Green+Blue) = 189+215+126=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD77E is #422881. Grayscale: #C5C5C5. Windows color (decimal): -4335746 or 8312765. OLE color: 8312765.

HSL color Cylindrical-coordinate representation of color #BDD77E: hue angle of 77.53º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD77E is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 126 -
CMYK 0.12 0 0.41 0.16
HSL 77.53º 0.53% 0.67% -
HSV(B) 77.53º 0.41% 0.84% -
XYZ 49.05 60.93 28.91 -
YUV 197.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 189 215 126 0.12 0 0.41 0.16 77.53 0.53 0.67
Hex BD D7 7E C 0 29 10 4E 35 43
Octal 275 327 176 14 0 51 20 116 65 103
Binary 10111101 11010111 1111110 1100 0 101001 10000 1001110 110101 1000011

Color Harmonies of #BDD77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD77E

Black with #BDD77E

Text Example


Text Example

White with #BDD77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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