Html Css Color HEX #42B925 Kelly Green

📋 copy color: '#42B925'

red 66 ◦ green 185 ◦ blue 37

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

Shades of Kelly Green #42B925

Tints of Kelly Green #42B925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.24%

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

R = 22.92%
G = 64.24%
B = 12.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#42B925 (or 0x42B925) is known color: Kelly Green. HEX triplet: 42, B9 and 25. RGB value is (66,185,37). Sum of RGB (Red+Green+Blue) = 66+185+37=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #42B925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B925 is #BD46DA. Grayscale: #858585. Windows color (decimal): -12404443 or 2472258. OLE color: 2472258.

HSL color Cylindrical-coordinate representation of color #42B925: hue angle of 108.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42B925 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 37 -
CMYK 0.64 0 0.80 0.27
HSL 108.24º 0.67% 0.44% -
HSV(B) 108.24º 0.8% 0.73% -
XYZ 19.93 35.99 7.65 -
YUV 132.55 74.08 80.53 -
System Red Green Blue C M Y K H S L
Decimal 66 185 37 0.64 0 0.80 0.27 108.24 0.67 0.44
Hex 42 B9 25 40 0 50 1B 6C 43 2C
Octal 102 271 45 100 0 120 33 154 103 54
Binary 1000010 10111001 100101 1000000 0 1010000 11011 1101100 1000011 101100

Color Harmonies of #42B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B925

Black with #42B925

Text Example


Text Example

White with #42B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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