Html Css Color HEX #64CF27 Kelly Green

📋 copy color: '#64CF27'

red 100 ◦ green 207 ◦ blue 39

#64CF27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #64CF27

Tints of Kelly Green #64CF27

RGB

 RED value IS 100 (39.45% from 255) = 28.9%

 GREEN value IS 207 (81.25% from 255) = 59.83%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 28.9%
G = 59.83%
B = 11.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#64CF27 (or 0x64CF27) is known color: Kelly Green. HEX triplet: 64, CF and 27. RGB value is (100,207,39). Sum of RGB (Red+Green+Blue) = 100+207+39=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF27 is #9B30D8. Grayscale: #9C9C9C. Windows color (decimal): -10170585 or 2608996. OLE color: 2608996.

HSL color Cylindrical-coordinate representation of color #64CF27: hue angle of 98.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64CF27 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 39 -
CMYK 0.52 0 0.81 0.19
HSL 98.21º 0.68% 0.48% -
HSV(B) 98.21º 0.81% 0.81% -
XYZ 27.93 47.48 9.61 -
YUV 155.86 62.05 88.16 -
System Red Green Blue C M Y K H S L
Decimal 100 207 39 0.52 0 0.81 0.19 98.21 0.68 0.48
Hex 64 CF 27 34 0 51 13 62 44 30
Octal 144 317 47 64 0 121 23 142 104 60
Binary 1100100 11001111 100111 110100 0 1010001 10011 1100010 1000100 110000

Color Harmonies of #64CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF27

Black with #64CF27

Text Example


Text Example

White with #64CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CF27; }

 p { color: rgb(100,207,39); }

 H1.HeaderClassName
 {
   color: #64CF27;
 }
 .AnyTagClassName
 {
   color: #64CF27;
 }
</style>

background-color css

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

 a { background-color: rgb(100,207,39); }

 div.DivClassName
 {
   background-color: #64CF27;
 }
 .BgClassName
 {
   background-color: #64CF27;
 }
</style>

border-color css

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

 span { border-color: rgb(100,207,39); }

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