#BEF965

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

Shades of Sulu #BEF965

Tints of Sulu #BEF965

Color information

#BEF965 (or 0xBEF965) is unknown color: approx Sulu. HEX triplet: BE, F9 and 65. RGB value is (190,249,101). Sum of RGB (Red+Green+Blue) = 190+249+101=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF965 is #41069A. Grayscale: #D7D7D7. Windows color (decimal): -4261531 or 6683070. OLE color: 6683070.

HSL color Cylindrical-coordinate representation of color #BEF965: hue angle of 83.92º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEF965 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB190249101-
CMYK0.2400.590.02
HSL83.92º92.5%68.63%-
HSV(B)83.92º59.44%97.65%-
XYZ57.4679.6424.66-
YUV214.4963.95110.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 101 (39.84% from 255) = 18.70%
R=35.19%
G=46.11%
B=18.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491010.2400.590.0283.9292.568.63
HexBEF9651803B2545c45
Octal276371145300732124134105
Binary1011111011111001110010111000011101110101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF965; }

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

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

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

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

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

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

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

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