Html Css Color HEX #C2DE02 Inch Worm

📋 copy color: '#C2DE02'

red 194 ◦ green 222 ◦ blue 2

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

Shades of Inch Worm #C2DE02

Tints of Inch Worm #C2DE02

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.11%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 46.41%
G = 53.11%
B = 0.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#C2DE02 (or 0xC2DE02) is known color: Inch Worm. HEX triplet: C2, DE and 02. RGB value is (194,222,2). Sum of RGB (Red+Green+Blue) = 194+222+2=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DE02 is #3D21FD. Grayscale: #BDBDBD. Windows color (decimal): -4006398 or 188098. OLE color: 188098.

HSL color Cylindrical-coordinate representation of color #C2DE02: hue angle of 67.64º degrees, saturation: 0.98, 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 #C2DE02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 2 -
CMYK 0.13 0 0.99 0.13
HSL 67.64º 0.98% 0.44% -
HSV(B) 67.64º 0.99% 0.87% -
XYZ 48.38 63.72 9.81 -
YUV 188.55 22.72 131.89 -
System Red Green Blue C M Y K H S L
Decimal 194 222 2 0.13 0 0.99 0.13 67.64 0.98 0.44
Hex C2 DE 2 D 0 63 D 44 62 2C
Octal 302 336 2 15 0 143 15 104 142 54
Binary 11000010 11011110 10 1101 0 1100011 1101 1000100 1100010 101100

Color Harmonies of #C2DE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE02

Black with #C2DE02

Text Example


Text Example

White with #C2DE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE02; }

 p { color: rgb(194,222,2); }

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

background-color css

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

 a { background-color: rgb(194,222,2); }

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

border-color css

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

 span { border-color: rgb(194,222,2); }

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