Html Css Color HEX #42CF12 Kelly Green

📋 copy color: '#42CF12'

red 66 ◦ green 207 ◦ blue 18

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

Shades of Kelly Green #42CF12

Tints of Kelly Green #42CF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 22.68%
G = 71.13%
B = 6.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#42CF12 (or 0x42CF12) is known color: Kelly Green. HEX triplet: 42, CF and 12. RGB value is (66,207,18). Sum of RGB (Red+Green+Blue) = 66+207+18=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CF12 is #BD30ED. Grayscale: #8F8F8F. Windows color (decimal): -12398830 or 1232706. OLE color: 1232706.

HSL color Cylindrical-coordinate representation of color #42CF12: hue angle of 104.76º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42CF12 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 18 -
CMYK 0.68 0 0.91 0.19
HSL 104.76º 0.84% 0.44% -
HSV(B) 104.76º 0.91% 0.81% -
XYZ 24.67 45.83 8.12 -
YUV 143.3 57.29 72.87 -
System Red Green Blue C M Y K H S L
Decimal 66 207 18 0.68 0 0.91 0.19 104.76 0.84 0.44
Hex 42 CF 12 44 0 5B 13 69 54 2C
Octal 102 317 22 104 0 133 23 151 124 54
Binary 1000010 11001111 10010 1000100 0 1011011 10011 1101001 1010100 101100

Color Harmonies of #42CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF12

Black with #42CF12

Text Example


Text Example

White with #42CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,207,18); }

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

background-color css

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

 a { background-color: rgb(66,207,18); }

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

border-color css

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

 span { border-color: rgb(66,207,18); }

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