Html Css Color HEX #42B91A Kelly Green

📋 copy color: '#42B91A'

red 66 ◦ green 185 ◦ blue 26

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

Shades of Kelly Green #42B91A

Tints of Kelly Green #42B91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 23.83%
G = 66.79%
B = 9.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#42B91A (or 0x42B91A) is known color: Kelly Green. HEX triplet: 42, B9 and 1A. RGB value is (66,185,26). Sum of RGB (Red+Green+Blue) = 66+185+26=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 185 (72.66% from 255 or 66.79% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 185 - color contains mainly: green. Hex color #42B91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B91A is #BD46E5. Grayscale: #838383. Windows color (decimal): -12404454 or 1751362. OLE color: 1751362.

HSL color Cylindrical-coordinate representation of color #42B91A: hue angle of 104.91º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42B91A is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 26 -
CMYK 0.64 0 0.86 0.27
HSL 104.91º 0.75% 0.41% -
HSV(B) 104.91º 0.86% 0.73% -
XYZ 19.78 35.93 6.87 -
YUV 131.29 68.58 81.43 -
System Red Green Blue C M Y K H S L
Decimal 66 185 26 0.64 0 0.86 0.27 104.91 0.75 0.41
Hex 42 B9 1A 40 0 56 1B 69 4B 29
Octal 102 271 32 100 0 126 33 151 113 51
Binary 1000010 10111001 11010 1000000 0 1010110 11011 1101001 1001011 101001

Color Harmonies of #42B91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B91A

Black with #42B91A

Text Example


Text Example

White with #42B91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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