Html Css Color HEX #42A91B Kelly Green

📋 copy color: '#42A91B'

red 66 ◦ green 169 ◦ blue 27

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

Shades of Kelly Green #42A91B

Tints of Kelly Green #42A91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 64.5%

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 25.19%
G = 64.5%
B = 10.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#42A91B (or 0x42A91B) is known color: Kelly Green. HEX triplet: 42, A9 and 1B. RGB value is (66,169,27). Sum of RGB (Red+Green+Blue) = 66+169+27=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #42A91B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A91B is #BD56E4. Grayscale: #7A7A7A. Windows color (decimal): -12408549 or 1812802. OLE color: 1812802.

HSL color Cylindrical-coordinate representation of color #42A91B: hue angle of 103.52º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42A91B is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 169 27 -
CMYK 0.61 0 0.84 0.34
HSL 103.52º 0.72% 0.38% -
HSV(B) 103.52º 0.84% 0.66% -
XYZ 16.63 29.61 5.88 -
YUV 122.02 74.38 88.05 -
System Red Green Blue C M Y K H S L
Decimal 66 169 27 0.61 0 0.84 0.34 103.52 0.72 0.38
Hex 42 A9 1B 3D 0 54 22 68 48 26
Octal 102 251 33 75 0 124 42 150 110 46
Binary 1000010 10101001 11011 111101 0 1010100 100010 1101000 1001000 100110

Color Harmonies of #42A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A91B

Black with #42A91B

Text Example


Text Example

White with #42A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,169,27); }

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

background-color css

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

 a { background-color: rgb(66,169,27); }

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

border-color css

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

 span { border-color: rgb(66,169,27); }

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