#BEF075

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

Shades of Sulu #BEF075

Tints of Sulu #BEF075

Color information

#BEF075 (or 0xBEF075) is unknown color: approx Sulu. HEX triplet: BE, F0 and 75. RGB value is (190,240,117). Sum of RGB (Red+Green+Blue) = 190+240+117=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF075 is #410F8A. Grayscale: #D3D3D3. Windows color (decimal): -4263819 or 7729342. OLE color: 7729342.

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

Color convert

RGB190240117-
CMYK0.2100.510.06
HSL84.39º80.39%70%-
HSV(B)84.39º51.25%94.12%-
XYZ55.6174.5528.29-
YUV211.0374.94113-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 117 (46.09% from 255) = 21.39%
R=34.73%
G=43.88%
B=21.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401170.2100.510.0684.3980.3970
HexBEF075150336545046
Octal276360165250636124120106
Binary10111110111100001110101101010110011110101010010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF075; }

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

 H1.HeaderClassName
 {
   color: #BEF075;
 }
 .AnyTagClassName
 {
   color: #BEF075;
 }
</style>
background-color css

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

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

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

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

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

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