#65E14F

Color #65E14F Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #65E14F

Tints of Screamin' Green #65E14F

Color information

#65E14F (or 0x65E14F) is unknown color: approx Screamin' Green. HEX triplet: 65, E1 and 4F. RGB value is (101,225,79). Sum of RGB (Red+Green+Blue) = 101+225+79=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #65E14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E14F is #9A1EB0. Grayscale: #ABABAB. Windows color (decimal): -10100401 or 5235045. OLE color: 5235045.

HSL color Cylindrical-coordinate representation of color #65E14F: hue angle of 110.96º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65E14F is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB10122579-
CMYK0.5500.650.12
HSL110.96º70.87%59.61%-
HSV(B)110.96º64.89%88.24%-
XYZ33.757.1816.66-
YUV171.2875.9277.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 225 (88.28% from 255) = 55.56%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=24.94%
G=55.56%
B=19.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal101225790.5500.650.12110.9670.8759.61
Hex65E14F37041C6f473c
Octal1453411176701011415710774
Binary110010111100001100111111011101000001110011011111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E14F; }

 p { color: rgb(101,225,79); }

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

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

 a { background-color: rgb(101,225,79); }

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

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

 span { border-color: rgb(101,225,79); }

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