Html Css Color HEX #BEED76 Sulu

📋 copy color: '#BEED76'

red 190 ◦ green 237 ◦ blue 118

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

Shades of Sulu #BEED76

Tints of Sulu #BEED76

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.49%

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

R = 34.86%
G = 43.49%
B = 21.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#BEED76 (or 0xBEED76) is known color: Sulu. HEX triplet: BE, ED and 76. RGB value is (190,237,118). Sum of RGB (Red+Green+Blue) = 190+237+118=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED76 is #411289. Grayscale: #D1D1D1. Windows color (decimal): -4264586 or 7794110. OLE color: 7794110.

HSL color Cylindrical-coordinate representation of color #BEED76: hue angle of 83.7º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEED76 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 118 -
CMYK 0.20 0 0.50 0.07
HSL 83.7º 0.77% 0.7% -
HSV(B) 83.7º 0.5% 0.93% -
XYZ 54.79 72.82 28.31 -
YUV 209.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 190 237 118 0.20 0 0.50 0.07 83.7 0.77 0.7
Hex BE ED 76 14 0 32 7 54 4D 46
Octal 276 355 166 24 0 62 7 124 115 106
Binary 10111110 11101101 1110110 10100 0 110010 111 1010100 1001101 1000110

Color Harmonies of #BEED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED76

Black with #BEED76

Text Example


Text Example

White with #BEED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED76; }

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

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

background-color css

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

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

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

border-color css

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

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

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