#65FD8C

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

Shades of Screamin' Green #65FD8C

Tints of Screamin' Green #65FD8C

Color information

#65FD8C (or 0x65FD8C) is unknown color: approx Screamin' Green. HEX triplet: 65, FD and 8C. RGB value is (101,253,140). Sum of RGB (Red+Green+Blue) = 101+253+140=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #65FD8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FD8C is #9A0273. Grayscale: #C2C2C2. Windows color (decimal): -10093172 or 9239909. OLE color: 9239909.

HSL color Cylindrical-coordinate representation of color #65FD8C: hue angle of 135.39º degrees, saturation: 0.97, 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 #65FD8C is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB101253140-
CMYK0.6000.450.01
HSL135.39º97.44%69.41%-
HSV(B)135.39º60.08%99.22%-
XYZ45.2374.9136.89-
YUV194.6797.1461.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.45%
GREEN value IS 253 (99.22% from 255) = 51.21%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=20.45%
G=51.21%
B=28.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012531400.6000.450.01135.3997.4469.41
Hex65FD8C3C02D1876145
Octal145375214740551207141105
Binary11001011111110110001100111100010110111000011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,253,140); }

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

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

 a { background-color: rgb(101,253,140); }

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

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

 span { border-color: rgb(101,253,140); }

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