Html Css Color HEX #42CD0B Kelly Green

📋 copy color: '#42CD0B'

red 66 ◦ green 205 ◦ blue 11

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

Shades of Kelly Green #42CD0B

Tints of Kelly Green #42CD0B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 72.7%

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 23.4%
G = 72.7%
B = 3.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#42CD0B (or 0x42CD0B) is known color: Kelly Green. HEX triplet: 42, CD and 0B. RGB value is (66,205,11). Sum of RGB (Red+Green+Blue) = 66+205+11=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CD0B is #BD32F4. Grayscale: #8D8D8D. Windows color (decimal): -12399349 or 773442. OLE color: 773442.

HSL color Cylindrical-coordinate representation of color #42CD0B: hue angle of 102.99º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42CD0B is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 11 -
CMYK 0.68 0 0.95 0.20
HSL 102.99º 0.9% 0.42% -
HSV(B) 102.99º 0.95% 0.8% -
XYZ 24.14 44.85 7.7 -
YUV 141.32 54.45 74.27 -
System Red Green Blue C M Y K H S L
Decimal 66 205 11 0.68 0 0.95 0.20 102.99 0.9 0.42
Hex 42 CD B 44 0 5F 14 67 5A 2A
Octal 102 315 13 104 0 137 24 147 132 52
Binary 1000010 11001101 1011 1000100 0 1011111 10100 1100111 1011010 101010

Color Harmonies of #42CD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD0B

Black with #42CD0B

Text Example


Text Example

White with #42CD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,205,11); }

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

background-color css

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

 a { background-color: rgb(66,205,11); }

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

border-color css

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

 span { border-color: rgb(66,205,11); }

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