Html Css Color HEX #42BA09 Kelly Green

📋 copy color: '#42BA09'

red 66 ◦ green 186 ◦ blue 9

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

Shades of Kelly Green #42BA09

Tints of Kelly Green #42BA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.45%

R = 25.29%
G = 71.26%
B = 3.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#42BA09 (or 0x42BA09) is known color: Kelly Green. HEX triplet: 42, BA and 09. RGB value is (66,186,9). Sum of RGB (Red+Green+Blue) = 66+186+9=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA09 is #BD45F6. Grayscale: #828282. Windows color (decimal): -12404215 or 637506. OLE color: 637506.

HSL color Cylindrical-coordinate representation of color #42BA09: hue angle of 100.68º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42BA09 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 9 -
CMYK 0.65 0 0.95 0.27
HSL 100.68º 0.91% 0.38% -
HSV(B) 100.68º 0.95% 0.73% -
XYZ 19.85 36.3 6.22 -
YUV 129.94 59.74 82.39 -
System Red Green Blue C M Y K H S L
Decimal 66 186 9 0.65 0 0.95 0.27 100.68 0.91 0.38
Hex 42 BA 9 41 0 5F 1B 65 5B 26
Octal 102 272 11 101 0 137 33 145 133 46
Binary 1000010 10111010 1001 1000001 0 1011111 11011 1100101 1011011 100110

Color Harmonies of #42BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA09

Black with #42BA09

Text Example


Text Example

White with #42BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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