Html Css Color HEX #42B321 Kelly Green

📋 copy color: '#42B321'

red 66 ◦ green 179 ◦ blue 33

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

Shades of Kelly Green #42B321

Tints of Kelly Green #42B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 64.39%

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 23.74%
G = 64.39%
B = 11.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#42B321 (or 0x42B321) is known color: Kelly Green. HEX triplet: 42, B3 and 21. RGB value is (66,179,33). Sum of RGB (Red+Green+Blue) = 66+179+33=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #42B321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B321 is #BD4CDE. Grayscale: #818181. Windows color (decimal): -12405983 or 2208578. OLE color: 2208578.

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

Color convert

RGB 66 179 33 -
CMYK 0.63 0 0.82 0.30
HSL 106.44º 0.69% 0.42% -
HSV(B) 106.44º 0.82% 0.7% -
XYZ 18.64 33.51 6.92 -
YUV 128.57 74.06 83.37 -
System Red Green Blue C M Y K H S L
Decimal 66 179 33 0.63 0 0.82 0.30 106.44 0.69 0.42
Hex 42 B3 21 3F 0 52 1E 6A 45 2A
Octal 102 263 41 77 0 122 36 152 105 52
Binary 1000010 10110011 100001 111111 0 1010010 11110 1101010 1000101 101010

Color Harmonies of #42B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B321

Black with #42B321

Text Example


Text Example

White with #42B321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,33); }

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

background-color css

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

 a { background-color: rgb(66,179,33); }

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

border-color css

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

 span { border-color: rgb(66,179,33); }

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