Html Css Color HEX #42C025 Kelly Green

📋 copy color: '#42C025'

red 66 ◦ green 192 ◦ blue 37

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

Shades of Kelly Green #42C025

Tints of Kelly Green #42C025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 22.37%
G = 65.08%
B = 12.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#42C025 (or 0x42C025) is known color: Kelly Green. HEX triplet: 42, C0 and 25. RGB value is (66,192,37). Sum of RGB (Red+Green+Blue) = 66+192+37=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #42C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C025 is #BD3FDA. Grayscale: #898989. Windows color (decimal): -12402651 or 2474050. OLE color: 2474050.

HSL color Cylindrical-coordinate representation of color #42C025: hue angle of 108.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42C025 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 37 -
CMYK 0.66 0 0.81 0.25
HSL 108.77º 0.68% 0.45% -
HSV(B) 108.77º 0.81% 0.75% -
XYZ 21.43 38.99 8.15 -
YUV 136.66 71.76 77.6 -
System Red Green Blue C M Y K H S L
Decimal 66 192 37 0.66 0 0.81 0.25 108.77 0.68 0.45
Hex 42 C0 25 42 0 51 19 6D 44 2D
Octal 102 300 45 102 0 121 31 155 104 55
Binary 1000010 11000000 100101 1000010 0 1010001 11001 1101101 1000100 101101

Color Harmonies of #42C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C025

Black with #42C025

Text Example


Text Example

White with #42C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,37); }

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

background-color css

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

 a { background-color: rgb(66,192,37); }

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

border-color css

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

 span { border-color: rgb(66,192,37); }

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