Html Css Color HEX #42CD1B Kelly Green

📋 copy color: '#42CD1B'

red 66 ◦ green 205 ◦ blue 27

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

Shades of Kelly Green #42CD1B

Tints of Kelly Green #42CD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 22.15%
G = 68.79%
B = 9.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#42CD1B (or 0x42CD1B) is known color: Kelly Green. HEX triplet: 42, CD and 1B. RGB value is (66,205,27). Sum of RGB (Red+Green+Blue) = 66+205+27=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 205 (80.47% from 255 or 68.79% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD1B is #BD32E4. Grayscale: #8F8F8F. Windows color (decimal): -12399333 or 1822018. OLE color: 1822018.

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

Color convert

RGB 66 205 27 -
CMYK 0.68 0 0.87 0.20
HSL 106.85º 0.77% 0.45% -
HSV(B) 106.85º 0.87% 0.8% -
XYZ 24.28 44.9 8.42 -
YUV 143.15 62.45 72.97 -
System Red Green Blue C M Y K H S L
Decimal 66 205 27 0.68 0 0.87 0.20 106.85 0.77 0.45
Hex 42 CD 1B 44 0 57 14 6B 4D 2D
Octal 102 315 33 104 0 127 24 153 115 55
Binary 1000010 11001101 11011 1000100 0 1010111 10100 1101011 1001101 101101

Color Harmonies of #42CD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD1B

Black with #42CD1B

Text Example


Text Example

White with #42CD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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