Html Css Color HEX #42D305 Kelly Green

📋 copy color: '#42D305'

red 66 ◦ green 211 ◦ blue 5

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

Shades of Kelly Green #42D305

Tints of Kelly Green #42D305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 74.82%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 23.4%
G = 74.82%
B = 1.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#42D305 (or 0x42D305) is known color: Kelly Green. HEX triplet: 42, D3 and 05. RGB value is (66,211,5). Sum of RGB (Red+Green+Blue) = 66+211+5=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #42D305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D305 is #BD2CFA. Grayscale: #909090. Windows color (decimal): -12397819 or 381762. OLE color: 381762.

HSL color Cylindrical-coordinate representation of color #42D305: hue angle of 102.23º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42D305 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 5 -
CMYK 0.69 0 0.98 0.17
HSL 102.23º 0.95% 0.42% -
HSV(B) 102.23º 0.98% 0.83% -
XYZ 25.57 47.76 8.01 -
YUV 144.16 49.46 72.25 -
System Red Green Blue C M Y K H S L
Decimal 66 211 5 0.69 0 0.98 0.17 102.23 0.95 0.42
Hex 42 D3 5 45 0 62 11 66 5F 2A
Octal 102 323 5 105 0 142 21 146 137 52
Binary 1000010 11010011 101 1000101 0 1100010 10001 1100110 1011111 101010

Color Harmonies of #42D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D305

Black with #42D305

Text Example


Text Example

White with #42D305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,5); }

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

background-color css

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

 a { background-color: rgb(66,211,5); }

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

border-color css

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

 span { border-color: rgb(66,211,5); }

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