Html Css Color HEX #42AF25 Kelly Green

📋 copy color: '#42AF25'

red 66 ◦ green 175 ◦ blue 37

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

Shades of Kelly Green #42AF25

Tints of Kelly Green #42AF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.95%

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

R = 23.74%
G = 62.95%
B = 13.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#42AF25 (or 0x42AF25) is known color: Kelly Green. HEX triplet: 42, AF and 25. RGB value is (66,175,37). Sum of RGB (Red+Green+Blue) = 66+175+37=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF25 is #BD50DA. Grayscale: #7F7F7F. Windows color (decimal): -12407003 or 2469698. OLE color: 2469698.

HSL color Cylindrical-coordinate representation of color #42AF25: hue angle of 107.39º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42AF25 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 37 -
CMYK 0.62 0 0.79 0.31
HSL 107.39º 0.65% 0.42% -
HSV(B) 107.39º 0.79% 0.69% -
XYZ 17.91 31.95 6.97 -
YUV 126.68 77.39 84.72 -
System Red Green Blue C M Y K H S L
Decimal 66 175 37 0.62 0 0.79 0.31 107.39 0.65 0.42
Hex 42 AF 25 3E 0 4F 1F 6B 41 2A
Octal 102 257 45 76 0 117 37 153 101 52
Binary 1000010 10101111 100101 111110 0 1001111 11111 1101011 1000001 101010

Color Harmonies of #42AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF25

Black with #42AF25

Text Example


Text Example

White with #42AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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