Html Css Color HEX #BEE076 Sulu

📋 copy color: '#BEE076'

red 190 ◦ green 224 ◦ blue 118

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

Shades of Sulu #BEE076

Tints of Sulu #BEE076

RGB

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

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

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

R = 35.71%
G = 42.11%
B = 22.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#BEE076 (or 0xBEE076) is known color: Sulu. HEX triplet: BE, E0 and 76. RGB value is (190,224,118). Sum of RGB (Red+Green+Blue) = 190+224+118=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE076 is #411F89. Grayscale: #CACACA. Windows color (decimal): -4267914 or 7790782. OLE color: 7790782.

HSL color Cylindrical-coordinate representation of color #BEE076: hue angle of 79.25º 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 #BEE076 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 118 -
CMYK 0.15 0 0.47 0.12
HSL 79.25º 0.63% 0.67% -
HSV(B) 79.25º 0.47% 0.88% -
XYZ 51.16 65.57 27.1 -
YUV 201.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 190 224 118 0.15 0 0.47 0.12 79.25 0.63 0.67
Hex BE E0 76 F 0 2F C 4F 3F 43
Octal 276 340 166 17 0 57 14 117 77 103
Binary 10111110 11100000 1110110 1111 0 101111 1100 1001111 111111 1000011

Color Harmonies of #BEE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE076

Black with #BEE076

Text Example


Text Example

White with #BEE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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