Html Css Color HEX #42B426 Kelly Green

📋 copy color: '#42B426'

red 66 ◦ green 180 ◦ blue 38

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

Shades of Kelly Green #42B426

Tints of Kelly Green #42B426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 63.38%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 23.24%
G = 63.38%
B = 13.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#42B426 (or 0x42B426) is known color: Kelly Green. HEX triplet: 42, B4 and 26. RGB value is (66,180,38). Sum of RGB (Red+Green+Blue) = 66+180+38=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #42B426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B426 is #BD4BD9. Grayscale: #828282. Windows color (decimal): -12405722 or 2536514. OLE color: 2536514.

HSL color Cylindrical-coordinate representation of color #42B426: hue angle of 108.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42B426 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 38 -
CMYK 0.63 0 0.79 0.29
HSL 108.17º 0.65% 0.43% -
HSV(B) 108.17º 0.79% 0.71% -
XYZ 18.92 33.94 7.39 -
YUV 129.73 76.23 82.55 -
System Red Green Blue C M Y K H S L
Decimal 66 180 38 0.63 0 0.79 0.29 108.17 0.65 0.43
Hex 42 B4 26 3F 0 4F 1D 6C 41 2B
Octal 102 264 46 77 0 117 35 154 101 53
Binary 1000010 10110100 100110 111111 0 1001111 11101 1101100 1000001 101011

Color Harmonies of #42B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B426

Black with #42B426

Text Example


Text Example

White with #42B426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,38); }

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

background-color css

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

 a { background-color: rgb(66,180,38); }

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

border-color css

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

 span { border-color: rgb(66,180,38); }

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