Html Css Color HEX #BEF078 Sulu

📋 copy color: '#BEF078'

red 190 ◦ green 240 ◦ blue 120

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

Shades of Sulu #BEF078

Tints of Sulu #BEF078

RGB

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

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

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

R = 34.55%
G = 43.64%
B = 21.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#BEF078 (or 0xBEF078) is known color: Sulu. HEX triplet: BE, F0 and 78. RGB value is (190,240,120). Sum of RGB (Red+Green+Blue) = 190+240+120=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF078 is #410F87. Grayscale: #D3D3D3. Windows color (decimal): -4263816 or 7925950. OLE color: 7925950.

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

Color convert

RGB 190 240 120 -
CMYK 0.21 0 0.5 0.06
HSL 85º 0.8% 0.71% -
HSV(B) 85º 0.5% 0.94% -
XYZ 55.79 74.62 29.23 -
YUV 211.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 190 240 120 0.21 0 0.5 0.06 85 0.8 0.71
Hex BE F0 78 15 0 32 6 55 50 47
Octal 276 360 170 25 0 62 6 125 120 107
Binary 10111110 11110000 1111000 10101 0 110010 110 1010101 1010000 1000111

Color Harmonies of #BEF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF078

Black with #BEF078

Text Example


Text Example

White with #BEF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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