#BEF568

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

Shades of Sulu #BEF568

Tints of Sulu #BEF568

Color information

#BEF568 (or 0xBEF568) is unknown color: approx Sulu. HEX triplet: BE, F5 and 68. RGB value is (190,245,104). Sum of RGB (Red+Green+Blue) = 190+245+104=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF568 is #410A97. Grayscale: #D4D4D4. Windows color (decimal): -4262552 or 6878654. OLE color: 6878654.

HSL color Cylindrical-coordinate representation of color #BEF568: hue angle of 83.4º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF568 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB190245104-
CMYK0.2200.580.04
HSL83.4º87.58%68.43%-
HSV(B)83.4º57.55%96.08%-
XYZ56.3977.2525.04-
YUV212.4866.78111.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 245 (96.09% from 255) = 45.45%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=35.25%
G=45.45%
B=19.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451040.2200.580.0483.487.5868.43
HexBEF5681603A4535844
Octal276365150260724123130104
Binary10111110111101011101000101100111010100101001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF568; }

 p { color: rgb(190,245,104); }

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

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

 a { background-color: rgb(190,245,104); }

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

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

 span { border-color: rgb(190,245,104); }

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