#BEFC66

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

Shades of Sulu #BEFC66

Tints of Sulu #BEFC66

Color information

#BEFC66 (or 0xBEFC66) is unknown color: approx Sulu. HEX triplet: BE, FC and 66. RGB value is (190,252,102). Sum of RGB (Red+Green+Blue) = 190+252+102=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC66 is #410399. Grayscale: #D8D8D8. Windows color (decimal): -4260762 or 6749374. OLE color: 6749374.

HSL color Cylindrical-coordinate representation of color #BEFC66: hue angle of 84.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEFC66 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB190252102-
CMYK0.2500.600.01
HSL84.8º96.15%69.41%-
HSV(B)84.8º59.52%98.82%-
XYZ58.4481.5325.23-
YUV216.3663.46109.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 102 (40.23% from 255) = 18.75%
R=34.93%
G=46.32%
B=18.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521020.2500.600.0184.896.1569.41
HexBEFC661903C1556045
Octal276374146310741125140105
Binary101111101111110011001101100101111001101010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC66; }

 p { color: rgb(190,252,102); }

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

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

 a { background-color: rgb(190,252,102); }

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

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

 span { border-color: rgb(190,252,102); }

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