#BEFA68

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

Shades of Sulu #BEFA68

Tints of Sulu #BEFA68

Color information

#BEFA68 (or 0xBEFA68) is unknown color: approx Sulu. HEX triplet: BE, FA and 68. RGB value is (190,250,104). Sum of RGB (Red+Green+Blue) = 190+250+104=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA68 is #410597. Grayscale: #D7D7D7. Windows color (decimal): -4261272 or 6879934. OLE color: 6879934.

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

Color convert

RGB190250104-
CMYK0.2400.580.02
HSL84.66º93.59%69.41%-
HSV(B)84.66º58.4%98.04%-
XYZ57.9280.3225.55-
YUV215.4265.12109.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 250 (98.05% from 255) = 45.96%
BLUE value IS 104 (41.02% from 255) = 19.12%
R=34.93%
G=45.96%
B=19.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501040.2400.580.0284.6693.5969.41
HexBEFA681803A2555e45
Octal276372150300722125136105
Binary1011111011111010110100011000011101010101010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA68; }

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

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

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

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

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

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

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

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