Html Css Color HEX #42D503 Kelly Green

📋 copy color: '#42D503'

red 66 ◦ green 213 ◦ blue 3

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

Shades of Kelly Green #42D503

Tints of Kelly Green #42D503

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.53%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 23.4%
G = 75.53%
B = 1.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#42D503 (or 0x42D503) is known color: Kelly Green. HEX triplet: 42, D5 and 03. RGB value is (66,213,3). Sum of RGB (Red+Green+Blue) = 66+213+3=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #42D503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D503 is #BD2AFC. Grayscale: #919191. Windows color (decimal): -12397309 or 251202. OLE color: 251202.

HSL color Cylindrical-coordinate representation of color #42D503: hue angle of 102º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D503 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 3 -
CMYK 0.69 0 0.99 0.16
HSL 102º 0.97% 0.42% -
HSV(B) 102º 0.99% 0.84% -
XYZ 26.06 48.75 8.12 -
YUV 145.11 47.8 71.58 -
System Red Green Blue C M Y K H S L
Decimal 66 213 3 0.69 0 0.99 0.16 102 0.97 0.42
Hex 42 D5 3 45 0 63 10 66 61 2A
Octal 102 325 3 105 0 143 20 146 141 52
Binary 1000010 11010101 11 1000101 0 1100011 10000 1100110 1100001 101010

Color Harmonies of #42D503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D503

Black with #42D503

Text Example


Text Example

White with #42D503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,3); }

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

background-color css

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

 a { background-color: rgb(66,213,3); }

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

border-color css

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

 span { border-color: rgb(66,213,3); }

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