Html Css Color HEX #BEF074 Sulu

📋 copy color: '#BEF074'

red 190 ◦ green 240 ◦ blue 116

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

Shades of Sulu #BEF074

Tints of Sulu #BEF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 34.8%
G = 43.96%
B = 21.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BEF074 (or 0xBEF074) is known color: Sulu. HEX triplet: BE, F0 and 74. RGB value is (190,240,116). Sum of RGB (Red+Green+Blue) = 190+240+116=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF074 is #410F8B. Grayscale: #D3D3D3. Windows color (decimal): -4263820 or 7663806. OLE color: 7663806.

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

Color convert

RGB 190 240 116 -
CMYK 0.21 0 0.52 0.06
HSL 84.19º 0.81% 0.7% -
HSV(B) 84.19º 0.52% 0.94% -
XYZ 55.55 74.53 27.98 -
YUV 210.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 190 240 116 0.21 0 0.52 0.06 84.19 0.81 0.7
Hex BE F0 74 15 0 34 6 54 51 46
Octal 276 360 164 25 0 64 6 124 121 106
Binary 10111110 11110000 1110100 10101 0 110100 110 1010100 1010001 1000110

Color Harmonies of #BEF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF074

Black with #BEF074

Text Example


Text Example

White with #BEF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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