#BEF074

Color #BEF074 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BEF074

Tints of Sulu #BEF074

Color information

#BEF074 (or 0xBEF074) is unknown color: approx 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

RGB190240116-
CMYK0.2100.520.06
HSL84.19º80.52%69.8%-
HSV(B)84.19º51.67%94.12%-
XYZ55.5574.5327.98-
YUV210.9174.44113.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 116 (45.70% from 255) = 21.25%
R=34.80%
G=43.96%
B=21.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401160.2100.520.0684.1980.5269.8
HexBEF074150346545146
Octal276360164250646124121106
Binary10111110111100001110100101010110100110101010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>