Html Css Color HEX #BDE077 Sulu

📋 copy color: '#BDE077'

red 189 ◦ green 224 ◦ blue 119

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

Shades of Sulu #BDE077

Tints of Sulu #BDE077

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 35.53%
G = 42.11%
B = 22.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#BDE077 (or 0xBDE077) is known color: Sulu. HEX triplet: BD, E0 and 77. RGB value is (189,224,119). Sum of RGB (Red+Green+Blue) = 189+224+119=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE077 is #421F88. Grayscale: #C9C9C9. Windows color (decimal): -4333449 or 7856317. OLE color: 7856317.

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

Color convert

RGB 189 224 119 -
CMYK 0.16 0 0.47 0.12
HSL 80º 0.63% 0.67% -
HSV(B) 80º 0.47% 0.88% -
XYZ 50.97 65.46 27.4 -
YUV 201.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 189 224 119 0.16 0 0.47 0.12 80 0.63 0.67
Hex BD E0 77 10 0 2F C 50 3F 43
Octal 275 340 167 20 0 57 14 120 77 103
Binary 10111101 11100000 1110111 10000 0 101111 1100 1010000 111111 1000011

Color Harmonies of #BDE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE077

Black with #BDE077

Text Example


Text Example

White with #BDE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE077; }

 p { color: rgb(189,224,119); }

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

background-color css

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

 a { background-color: rgb(189,224,119); }

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

border-color css

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

 span { border-color: rgb(189,224,119); }

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