Html Css Color HEX #64BE1C Kelly Green

📋 copy color: '#64BE1C'

red 100 ◦ green 190 ◦ blue 28

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

Shades of Kelly Green #64BE1C

Tints of Kelly Green #64BE1C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.75%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 31.45%
G = 59.75%
B = 8.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#64BE1C (or 0x64BE1C) is known color: Kelly Green. HEX triplet: 64, BE and 1C. RGB value is (100,190,28). Sum of RGB (Red+Green+Blue) = 100+190+28=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE1C is #9B41E3. Grayscale: #919191. Windows color (decimal): -10174948 or 1883748. OLE color: 1883748.

HSL color Cylindrical-coordinate representation of color #64BE1C: hue angle of 93.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64BE1C is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 28 -
CMYK 0.47 0 0.85 0.25
HSL 93.33º 0.74% 0.43% -
HSV(B) 93.33º 0.85% 0.75% -
XYZ 23.88 39.62 7.49 -
YUV 144.62 62.18 96.17 -
System Red Green Blue C M Y K H S L
Decimal 100 190 28 0.47 0 0.85 0.25 93.33 0.74 0.43
Hex 64 BE 1C 2F 0 55 19 5D 4A 2B
Octal 144 276 34 57 0 125 31 135 112 53
Binary 1100100 10111110 11100 101111 0 1010101 11001 1011101 1001010 101011

Color Harmonies of #64BE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE1C

Black with #64BE1C

Text Example


Text Example

White with #64BE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,28); }

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

background-color css

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

 a { background-color: rgb(100,190,28); }

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

border-color css

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

 span { border-color: rgb(100,190,28); }

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