Html Css Color HEX #BDDE77 Sulu

📋 copy color: '#BDDE77'

red 189 ◦ green 222 ◦ blue 119

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

Shades of Sulu #BDDE77

Tints of Sulu #BDDE77

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

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

R = 35.66%
G = 41.89%
B = 22.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#BDDE77 (or 0xBDDE77) is known color: Sulu. HEX triplet: BD, DE and 77. RGB value is (189,222,119). Sum of RGB (Red+Green+Blue) = 189+222+119=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE77 is #422188. Grayscale: #C8C8C8. Windows color (decimal): -4333961 or 7855805. OLE color: 7855805.

HSL color Cylindrical-coordinate representation of color #BDDE77: hue angle of 79.22º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDDE77 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 119 -
CMYK 0.15 0 0.46 0.13
HSL 79.22º 0.61% 0.67% -
HSV(B) 79.22º 0.46% 0.87% -
XYZ 50.44 64.39 27.22 -
YUV 200.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 189 222 119 0.15 0 0.46 0.13 79.22 0.61 0.67
Hex BD DE 77 F 0 2E D 4F 3D 43
Octal 275 336 167 17 0 56 15 117 75 103
Binary 10111101 11011110 1110111 1111 0 101110 1101 1001111 111101 1000011

Color Harmonies of #BDDE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE77

Black with #BDDE77

Text Example


Text Example

White with #BDDE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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