Html Css Color HEX #C2DC14 Inch Worm

📋 copy color: '#C2DC14'

red 194 ◦ green 220 ◦ blue 20

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

Shades of Inch Worm #C2DC14

Tints of Inch Worm #C2DC14

RGB

 RED value IS 194 (76.17% from 255) = 44.7%

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 44.7%
G = 50.69%
B = 4.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#C2DC14 (or 0xC2DC14) is known color: Inch Worm. HEX triplet: C2, DC and 14. RGB value is (194,220,20). Sum of RGB (Red+Green+Blue) = 194+220+20=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DC14 is #3D23EB. Grayscale: #BEBEBE. Windows color (decimal): -4006892 or 1367234. OLE color: 1367234.

HSL color Cylindrical-coordinate representation of color #C2DC14: hue angle of 67.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2DC14 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 20 -
CMYK 0.12 0 0.91 0.14
HSL 67.8º 0.83% 0.47% -
HSV(B) 67.8º 0.91% 0.86% -
XYZ 47.97 62.71 10.24 -
YUV 189.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 194 220 20 0.12 0 0.91 0.14 67.8 0.83 0.47
Hex C2 DC 14 C 0 5B E 44 53 2F
Octal 302 334 24 14 0 133 16 104 123 57
Binary 11000010 11011100 10100 1100 0 1011011 1110 1000100 1010011 101111

Color Harmonies of #C2DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC14

Black with #C2DC14

Text Example


Text Example

White with #C2DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC14; }

 p { color: rgb(194,220,20); }

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

background-color css

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

 a { background-color: rgb(194,220,20); }

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

border-color css

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

 span { border-color: rgb(194,220,20); }

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