Html Css Color HEX #BEF077 Sulu

📋 copy color: '#BEF077'

red 190 ◦ green 240 ◦ blue 119

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

Shades of Sulu #BEF077

Tints of Sulu #BEF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

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

R = 34.61%
G = 43.72%
B = 21.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#BEF077 (or 0xBEF077) is known color: Sulu. HEX triplet: BE, F0 and 77. RGB value is (190,240,119). Sum of RGB (Red+Green+Blue) = 190+240+119=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF077 is #410F88. Grayscale: #D3D3D3. Windows color (decimal): -4263817 or 7860414. OLE color: 7860414.

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

Color convert

RGB 190 240 119 -
CMYK 0.21 0 0.50 0.06
HSL 84.79º 0.8% 0.7% -
HSV(B) 84.79º 0.5% 0.94% -
XYZ 55.73 74.6 28.91 -
YUV 211.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 190 240 119 0.21 0 0.50 0.06 84.79 0.8 0.7
Hex BE F0 77 15 0 32 6 55 50 46
Octal 276 360 167 25 0 62 6 125 120 106
Binary 10111110 11110000 1110111 10101 0 110010 110 1010101 1010000 1000110

Color Harmonies of #BEF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF077

Black with #BEF077

Text Example


Text Example

White with #BEF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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