Html Css Color HEX #42C925 Kelly Green

📋 copy color: '#42C925'

red 66 ◦ green 201 ◦ blue 37

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

Shades of Kelly Green #42C925

Tints of Kelly Green #42C925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 66.12%

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

R = 21.71%
G = 66.12%
B = 12.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#42C925 (or 0x42C925) is known color: Kelly Green. HEX triplet: 42, C9 and 25. RGB value is (66,201,37). Sum of RGB (Red+Green+Blue) = 66+201+37=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #42C925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C925 is #BD36DA. Grayscale: #8E8E8E. Windows color (decimal): -12400347 or 2476354. OLE color: 2476354.

HSL color Cylindrical-coordinate representation of color #42C925: hue angle of 109.39º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42C925 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 37 -
CMYK 0.67 0 0.82 0.21
HSL 109.39º 0.69% 0.47% -
HSV(B) 109.39º 0.82% 0.79% -
XYZ 23.47 43.07 8.83 -
YUV 141.94 68.77 73.84 -
System Red Green Blue C M Y K H S L
Decimal 66 201 37 0.67 0 0.82 0.21 109.39 0.69 0.47
Hex 42 C9 25 43 0 52 15 6D 45 2F
Octal 102 311 45 103 0 122 25 155 105 57
Binary 1000010 11001001 100101 1000011 0 1010010 10101 1101101 1000101 101111

Color Harmonies of #42C925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C925

Black with #42C925

Text Example


Text Example

White with #42C925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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