Html Css Color HEX #42BD05 Kelly Green

📋 copy color: '#42BD05'

red 66 ◦ green 189 ◦ blue 5

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

Shades of Kelly Green #42BD05

Tints of Kelly Green #42BD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.69%

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

R = 25.38%
G = 72.69%
B = 1.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#42BD05 (or 0x42BD05) is known color: Kelly Green. HEX triplet: 42, BD and 05. RGB value is (66,189,5). Sum of RGB (Red+Green+Blue) = 66+189+5=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 189 (74.22% from 255 or 72.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BD05 is #BD42FA. Grayscale: #838383. Windows color (decimal): -12403451 or 376130. OLE color: 376130.

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

Color convert

RGB 66 189 5 -
CMYK 0.65 0 0.97 0.26
HSL 100.11º 0.95% 0.38% -
HSV(B) 100.11º 0.97% 0.74% -
XYZ 20.47 37.56 6.32 -
YUV 131.25 56.75 81.46 -
System Red Green Blue C M Y K H S L
Decimal 66 189 5 0.65 0 0.97 0.26 100.11 0.95 0.38
Hex 42 BD 5 41 0 61 1A 64 5F 26
Octal 102 275 5 101 0 141 32 144 137 46
Binary 1000010 10111101 101 1000001 0 1100001 11010 1100100 1011111 100110

Color Harmonies of #42BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD05

Black with #42BD05

Text Example


Text Example

White with #42BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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