Html Css Color HEX #42B91E Kelly Green

📋 copy color: '#42B91E'

red 66 ◦ green 185 ◦ blue 30

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

Shades of Kelly Green #42B91E

Tints of Kelly Green #42B91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 23.49%
G = 65.84%
B = 10.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#42B91E (or 0x42B91E) is known color: Kelly Green. HEX triplet: 42, B9 and 1E. RGB value is (66,185,30). Sum of RGB (Red+Green+Blue) = 66+185+30=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #42B91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B91E is #BD46E1. Grayscale: #848484. Windows color (decimal): -12404450 or 2013506. OLE color: 2013506.

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

Color convert

RGB 66 185 30 -
CMYK 0.64 0 0.84 0.27
HSL 106.06º 0.72% 0.42% -
HSV(B) 106.06º 0.84% 0.73% -
XYZ 19.83 35.95 7.12 -
YUV 131.75 70.58 81.1 -
System Red Green Blue C M Y K H S L
Decimal 66 185 30 0.64 0 0.84 0.27 106.06 0.72 0.42
Hex 42 B9 1E 40 0 54 1B 6A 48 2A
Octal 102 271 36 100 0 124 33 152 110 52
Binary 1000010 10111001 11110 1000000 0 1010100 11011 1101010 1001000 101010

Color Harmonies of #42B91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B91E

Black with #42B91E

Text Example


Text Example

White with #42B91E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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