Html Css Color HEX #C2DD12 Inch Worm

📋 copy color: '#C2DD12'

red 194 ◦ green 221 ◦ blue 18

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

Shades of Inch Worm #C2DD12

Tints of Inch Worm #C2DD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.04%

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 44.8%
G = 51.04%
B = 4.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#C2DD12 (or 0xC2DD12) is known color: Inch Worm. HEX triplet: C2, DD and 12. RGB value is (194,221,18). Sum of RGB (Red+Green+Blue) = 194+221+18=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD12 is #3D22ED. Grayscale: #BEBEBE. Windows color (decimal): -4006638 or 1236418. OLE color: 1236418.

HSL color Cylindrical-coordinate representation of color #C2DD12: hue angle of 67.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2DD12 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 18 -
CMYK 0.12 0 0.92 0.13
HSL 67.98º 0.85% 0.47% -
HSV(B) 67.98º 0.92% 0.87% -
XYZ 48.21 63.23 10.23 -
YUV 189.79 31.05 131.01 -
System Red Green Blue C M Y K H S L
Decimal 194 221 18 0.12 0 0.92 0.13 67.98 0.85 0.47
Hex C2 DD 12 C 0 5C D 44 55 2F
Octal 302 335 22 14 0 134 15 104 125 57
Binary 11000010 11011101 10010 1100 0 1011100 1101 1000100 1010101 101111

Color Harmonies of #C2DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD12

Black with #C2DD12

Text Example


Text Example

White with #C2DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD12; }

 p { color: rgb(194,221,18); }

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

background-color css

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

 a { background-color: rgb(194,221,18); }

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

border-color css

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

 span { border-color: rgb(194,221,18); }

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