Html Css Color HEX #BEEF76 Sulu

📋 copy color: '#BEEF76'

red 190 ◦ green 239 ◦ blue 118

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

Shades of Sulu #BEEF76

Tints of Sulu #BEEF76

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.69%

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

R = 34.73%
G = 43.69%
B = 21.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BEEF76 (or 0xBEEF76) is known color: Sulu. HEX triplet: BE, EF and 76. RGB value is (190,239,118). Sum of RGB (Red+Green+Blue) = 190+239+118=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF76 is #411089. Grayscale: #D2D2D2. Windows color (decimal): -4264074 or 7794622. OLE color: 7794622.

HSL color Cylindrical-coordinate representation of color #BEEF76: hue angle of 84.3º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEEF76 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 118 -
CMYK 0.21 0 0.51 0.06
HSL 84.3º 0.79% 0.7% -
HSV(B) 84.3º 0.51% 0.94% -
XYZ 55.37 73.99 28.5 -
YUV 210.56 75.77 113.34 -
System Red Green Blue C M Y K H S L
Decimal 190 239 118 0.21 0 0.51 0.06 84.3 0.79 0.7
Hex BE EF 76 15 0 33 6 54 4F 46
Octal 276 357 166 25 0 63 6 124 117 106
Binary 10111110 11101111 1110110 10101 0 110011 110 1010100 1001111 1000110

Color Harmonies of #BEEF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF76

Black with #BEEF76

Text Example


Text Example

White with #BEEF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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