Html Css Color HEX #42BA26 Kelly Green

📋 copy color: '#42BA26'

red 66 ◦ green 186 ◦ blue 38

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

Shades of Kelly Green #42BA26

Tints of Kelly Green #42BA26

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.14%

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

R = 22.76%
G = 64.14%
B = 13.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#42BA26 (or 0x42BA26) is known color: Kelly Green. HEX triplet: 42, BA and 26. RGB value is (66,186,38). Sum of RGB (Red+Green+Blue) = 66+186+38=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA26 is #BD45D9. Grayscale: #858585. Windows color (decimal): -12404186 or 2538050. OLE color: 2538050.

HSL color Cylindrical-coordinate representation of color #42BA26: hue angle of 108.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42BA26 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 38 -
CMYK 0.65 0 0.80 0.27
HSL 108.65º 0.66% 0.44% -
HSV(B) 108.65º 0.8% 0.73% -
XYZ 20.16 36.42 7.8 -
YUV 133.25 74.24 80.03 -
System Red Green Blue C M Y K H S L
Decimal 66 186 38 0.65 0 0.80 0.27 108.65 0.66 0.44
Hex 42 BA 26 41 0 50 1B 6D 42 2C
Octal 102 272 46 101 0 120 33 155 102 54
Binary 1000010 10111010 100110 1000001 0 1010000 11011 1101101 1000010 101100

Color Harmonies of #42BA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA26

Black with #42BA26

Text Example


Text Example

White with #42BA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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