Html Css Color HEX #40C022 Kelly Green

📋 copy color: '#40C022'

red 64 ◦ green 192 ◦ blue 34

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

Shades of Kelly Green #40C022

Tints of Kelly Green #40C022

RGB

 RED value IS 64 (25.39% from 255) = 22.07%

 GREEN value IS 192 (75.39% from 255) = 66.21%

 BLUE value IS 34 (13.67% from 255) = 11.72%

R = 22.07%
G = 66.21%
B = 11.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#40C022 (or 0x40C022) is known color: Kelly Green. HEX triplet: 40, C0 and 22. RGB value is (64,192,34). Sum of RGB (Red+Green+Blue) = 64+192+34=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #40C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C022 is #BF3FDD. Grayscale: #888888. Windows color (decimal): -12533726 or 2277440. OLE color: 2277440.

HSL color Cylindrical-coordinate representation of color #40C022: hue angle of 108.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40C022 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 34 -
CMYK 0.67 0 0.82 0.25
HSL 108.61º 0.7% 0.44% -
HSV(B) 108.61º 0.82% 0.75% -
XYZ 21.25 38.9 7.9 -
YUV 135.72 70.59 76.85 -
System Red Green Blue C M Y K H S L
Decimal 64 192 34 0.67 0 0.82 0.25 108.61 0.7 0.44
Hex 40 C0 22 43 0 52 19 6D 46 2C
Octal 100 300 42 103 0 122 31 155 106 54
Binary 1000000 11000000 100010 1000011 0 1010010 11001 1101101 1000110 101100

Color Harmonies of #40C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C022

Black with #40C022

Text Example


Text Example

White with #40C022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40C022; }

 p { color: rgb(64,192,34); }

 H1.HeaderClassName
 {
   color: #40C022;
 }
 .AnyTagClassName
 {
   color: #40C022;
 }
</style>

background-color css

<style>
 a { background-color: #40C022; }

 a { background-color: rgb(64,192,34); }

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

border-color css

<style>
 span { border-color: #40C022; }

 span { border-color: rgb(64,192,34); }

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