Html Css Color HEX #64CB1C Kelly Green

📋 copy color: '#64CB1C'

red 100 ◦ green 203 ◦ blue 28

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

Shades of Kelly Green #64CB1C

Tints of Kelly Green #64CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.33%

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

R = 30.21%
G = 61.33%
B = 8.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#64CB1C (or 0x64CB1C) is known color: Kelly Green. HEX triplet: 64, CB and 1C. RGB value is (100,203,28). Sum of RGB (Red+Green+Blue) = 100+203+28=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB1C is #9B34E3. Grayscale: #989898. Windows color (decimal): -10171620 or 1887076. OLE color: 1887076.

HSL color Cylindrical-coordinate representation of color #64CB1C: hue angle of 95.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64CB1C is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 203 28 -
CMYK 0.51 0 0.86 0.20
HSL 95.31º 0.76% 0.45% -
HSV(B) 95.31º 0.86% 0.8% -
XYZ 26.82 45.51 8.47 -
YUV 152.25 57.88 90.73 -
System Red Green Blue C M Y K H S L
Decimal 100 203 28 0.51 0 0.86 0.20 95.31 0.76 0.45
Hex 64 CB 1C 33 0 56 14 5F 4C 2D
Octal 144 313 34 63 0 126 24 137 114 55
Binary 1100100 11001011 11100 110011 0 1010110 10100 1011111 1001100 101101

Color Harmonies of #64CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CB1C

Black with #64CB1C

Text Example


Text Example

White with #64CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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