Html Css Color HEX #C2DD03 Inch Worm

📋 copy color: '#C2DD03'

red 194 ◦ green 221 ◦ blue 3

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

Shades of Inch Worm #C2DD03

Tints of Inch Worm #C2DD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 46.41%
G = 52.87%
B = 0.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#C2DD03 (or 0xC2DD03) is known color: Inch Worm. HEX triplet: C2, DD and 03. RGB value is (194,221,3). Sum of RGB (Red+Green+Blue) = 194+221+3=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD03 is #3D22FC. Grayscale: #BCBCBC. Windows color (decimal): -4006653 or 253378. OLE color: 253378.

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

Color convert

RGB 194 221 3 -
CMYK 0.12 0 0.99 0.13
HSL 67.43º 0.97% 0.44% -
HSV(B) 67.43º 0.99% 0.87% -
XYZ 48.12 63.19 9.75 -
YUV 188.08 23.55 132.23 -
System Red Green Blue C M Y K H S L
Decimal 194 221 3 0.12 0 0.99 0.13 67.43 0.97 0.44
Hex C2 DD 3 C 0 63 D 43 61 2C
Octal 302 335 3 14 0 143 15 103 141 54
Binary 11000010 11011101 11 1100 0 1100011 1101 1000011 1100001 101100

Color Harmonies of #C2DD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD03

Black with #C2DD03

Text Example


Text Example

White with #C2DD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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