Html Css Color HEX #BEDD76 Sulu

📋 copy color: '#BEDD76'

red 190 ◦ green 221 ◦ blue 118

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

Shades of Sulu #BEDD76

Tints of Sulu #BEDD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 35.92%
G = 41.78%
B = 22.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BEDD76 (or 0xBEDD76) is known color: Sulu. HEX triplet: BE, DD and 76. RGB value is (190,221,118). Sum of RGB (Red+Green+Blue) = 190+221+118=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD76 is #412289. Grayscale: #C8C8C8. Windows color (decimal): -4268682 or 7790014. OLE color: 7790014.

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

Color convert

RGB 190 221 118 -
CMYK 0.14 0 0.47 0.13
HSL 78.06º 0.6% 0.66% -
HSV(B) 78.06º 0.47% 0.87% -
XYZ 50.36 63.97 26.83 -
YUV 199.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 190 221 118 0.14 0 0.47 0.13 78.06 0.6 0.66
Hex BE DD 76 E 0 2F D 4E 3C 42
Octal 276 335 166 16 0 57 15 116 74 102
Binary 10111110 11011101 1110110 1110 0 101111 1101 1001110 111100 1000010

Color Harmonies of #BEDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD76

Black with #BEDD76

Text Example


Text Example

White with #BEDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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