Html Css Color HEX #42CD14 Kelly Green

📋 copy color: '#42CD14'

red 66 ◦ green 205 ◦ blue 20

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

Shades of Kelly Green #42CD14

Tints of Kelly Green #42CD14

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

 GREEN value IS 205 (80.47% from 255) = 70.45%

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 22.68%
G = 70.45%
B = 6.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#42CD14 (or 0x42CD14) is known color: Kelly Green. HEX triplet: 42, CD and 14. RGB value is (66,205,20). Sum of RGB (Red+Green+Blue) = 66+205+20=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 205 (80.47% from 255 or 70.45% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CD14 is #BD32EB. Grayscale: #8E8E8E. Windows color (decimal): -12399340 or 1363266. OLE color: 1363266.

HSL color Cylindrical-coordinate representation of color #42CD14: hue angle of 105.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42CD14 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 20 -
CMYK 0.68 0 0.90 0.20
HSL 105.08º 0.82% 0.44% -
HSV(B) 105.08º 0.9% 0.8% -
XYZ 24.2 44.87 8.05 -
YUV 142.35 58.95 73.54 -
System Red Green Blue C M Y K H S L
Decimal 66 205 20 0.68 0 0.90 0.20 105.08 0.82 0.44
Hex 42 CD 14 44 0 5A 14 69 52 2C
Octal 102 315 24 104 0 132 24 151 122 54
Binary 1000010 11001101 10100 1000100 0 1011010 10100 1101001 1010010 101100

Color Harmonies of #42CD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD14

Black with #42CD14

Text Example


Text Example

White with #42CD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42CD14; }

 p { color: rgb(66,205,20); }

 H1.HeaderClassName
 {
   color: #42CD14;
 }
 .AnyTagClassName
 {
   color: #42CD14;
 }
</style>

background-color css

<style>
 a { background-color: #42CD14; }

 a { background-color: rgb(66,205,20); }

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

border-color css

<style>
 span { border-color: #42CD14; }

 span { border-color: rgb(66,205,20); }

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