Html Css Color HEX #42C825 Kelly Green

📋 copy color: '#42C825'

red 66 ◦ green 200 ◦ blue 37

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

Shades of Kelly Green #42C825

Tints of Kelly Green #42C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 66.01%

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

R = 21.78%
G = 66.01%
B = 12.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#42C825 (or 0x42C825) is known color: Kelly Green. HEX triplet: 42, C8 and 25. RGB value is (66,200,37). Sum of RGB (Red+Green+Blue) = 66+200+37=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #42C825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C825 is #BD37DA. Grayscale: #8D8D8D. Windows color (decimal): -12400603 or 2476098. OLE color: 2476098.

HSL color Cylindrical-coordinate representation of color #42C825: hue angle of 109.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42C825 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 200 37 -
CMYK 0.67 0 0.82 0.22
HSL 109.33º 0.69% 0.46% -
HSV(B) 109.33º 0.82% 0.78% -
XYZ 23.23 42.6 8.75 -
YUV 141.35 69.11 74.25 -
System Red Green Blue C M Y K H S L
Decimal 66 200 37 0.67 0 0.82 0.22 109.33 0.69 0.46
Hex 42 C8 25 43 0 52 16 6D 45 2E
Octal 102 310 45 103 0 122 26 155 105 56
Binary 1000010 11001000 100101 1000011 0 1010010 10110 1101101 1000101 101110

Color Harmonies of #42C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C825

Black with #42C825

Text Example


Text Example

White with #42C825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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