Html Css Color HEX #BEF478 Sulu

📋 copy color: '#BEF478'

red 190 ◦ green 244 ◦ blue 120

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

Shades of Sulu #BEF478

Tints of Sulu #BEF478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.04%

 BLUE value IS 120 (47.27% from 255) = 21.66%

R = 34.3%
G = 44.04%
B = 21.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BEF478 (or 0xBEF478) is known color: Sulu. HEX triplet: BE, F4 and 78. RGB value is (190,244,120). Sum of RGB (Red+Green+Blue) = 190+244+120=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF478 is #410B87. Grayscale: #D6D6D6. Windows color (decimal): -4262792 or 7926974. OLE color: 7926974.

HSL color Cylindrical-coordinate representation of color #BEF478: hue angle of 86.13º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEF478 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 244 120 -
CMYK 0.22 0 0.51 0.04
HSL 86.13º 0.85% 0.71% -
HSV(B) 86.13º 0.51% 0.96% -
XYZ 56.98 77 29.63 -
YUV 213.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 190 244 120 0.22 0 0.51 0.04 86.13 0.85 0.71
Hex BE F4 78 16 0 33 4 56 55 47
Octal 276 364 170 26 0 63 4 126 125 107
Binary 10111110 11110100 1111000 10110 0 110011 100 1010110 1010101 1000111

Color Harmonies of #BEF478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF478

Black with #BEF478

Text Example


Text Example

White with #BEF478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF478; }

 p { color: rgb(190,244,120); }

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

background-color css

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

 a { background-color: rgb(190,244,120); }

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

border-color css

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

 span { border-color: rgb(190,244,120); }

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