Html Css Color HEX #42B21B Kelly Green

📋 copy color: '#42B21B'

red 66 ◦ green 178 ◦ blue 27

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

Shades of Kelly Green #42B21B

Tints of Kelly Green #42B21B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

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

R = 24.35%
G = 65.68%
B = 9.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#42B21B (or 0x42B21B) is known color: Kelly Green. HEX triplet: 42, B2 and 1B. RGB value is (66,178,27). Sum of RGB (Red+Green+Blue) = 66+178+27=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #42B21B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B21B is #BD4DE4. Grayscale: #7F7F7F. Windows color (decimal): -12406245 or 1815106. OLE color: 1815106.

HSL color Cylindrical-coordinate representation of color #42B21B: hue angle of 104.5º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42B21B is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 27 -
CMYK 0.63 0 0.85 0.30
HSL 104.5º 0.74% 0.4% -
HSV(B) 104.5º 0.85% 0.7% -
XYZ 18.36 33.08 6.45 -
YUV 127.3 71.39 84.28 -
System Red Green Blue C M Y K H S L
Decimal 66 178 27 0.63 0 0.85 0.30 104.5 0.74 0.4
Hex 42 B2 1B 3F 0 55 1E 69 4A 28
Octal 102 262 33 77 0 125 36 151 112 50
Binary 1000010 10110010 11011 111111 0 1010101 11110 1101001 1001010 101000

Color Harmonies of #42B21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B21B

Black with #42B21B

Text Example


Text Example

White with #42B21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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