Html Css Color HEX #BEDD77 Sulu

📋 copy color: '#BEDD77'

red 190 ◦ green 221 ◦ blue 119

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

Shades of Sulu #BEDD77

Tints of Sulu #BEDD77

RGB

 RED value IS 190 (74.61% from 255) = 35.85%

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

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

R = 35.85%
G = 41.7%
B = 22.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#BEDD77 (or 0xBEDD77) is known color: Sulu. HEX triplet: BE, DD and 77. RGB value is (190,221,119). Sum of RGB (Red+Green+Blue) = 190+221+119=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD77 is #412288. Grayscale: #C8C8C8. Windows color (decimal): -4268681 or 7855550. OLE color: 7855550.

HSL color Cylindrical-coordinate representation of color #BEDD77: hue angle of 78.24º degrees, saturation: 0.6, 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 #BEDD77 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 119 -
CMYK 0.14 0 0.46 0.13
HSL 78.24º 0.6% 0.67% -
HSV(B) 78.24º 0.46% 0.87% -
XYZ 50.42 63.99 27.15 -
YUV 200.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 190 221 119 0.14 0 0.46 0.13 78.24 0.6 0.67
Hex BE DD 77 E 0 2E D 4E 3C 43
Octal 276 335 167 16 0 56 15 116 74 103
Binary 10111110 11011101 1110111 1110 0 101110 1101 1001110 111100 1000011

Color Harmonies of #BEDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD77

Black with #BEDD77

Text Example


Text Example

White with #BEDD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD77; }

 p { color: rgb(190,221,119); }

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

background-color css

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

 a { background-color: rgb(190,221,119); }

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

border-color css

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

 span { border-color: rgb(190,221,119); }

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