#BEF065

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

Shades of Sulu #BEF065

Tints of Sulu #BEF065

Color information

#BEF065 (or 0xBEF065) is unknown color: approx Sulu. HEX triplet: BE, F0 and 65. RGB value is (190,240,101). Sum of RGB (Red+Green+Blue) = 190+240+101=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF065 is #410F9A. Grayscale: #D1D1D1. Windows color (decimal): -4263835 or 6680766. OLE color: 6680766.

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

Color convert

RGB190240101-
CMYK0.2100.580.06
HSL81.58º82.25%66.86%-
HSV(B)81.58º57.92%94.12%-
XYZ54.7474.2123.75-
YUV209.266.94114.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 101 (39.84% from 255) = 19.02%
R=35.78%
G=45.20%
B=19.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401010.2100.580.0681.5882.2566.86
HexBEF0651503A6525243
Octal276360145250726122122103
Binary10111110111100001100101101010111010110101001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF065; }

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

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

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

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

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

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

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

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