Html Css Color HEX #C2DE0A Inch Worm

📋 copy color: '#C2DE0A'

red 194 ◦ green 222 ◦ blue 10

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

Shades of Inch Worm #C2DE0A

Tints of Inch Worm #C2DE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 45.54%
G = 52.11%
B = 2.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#C2DE0A (or 0xC2DE0A) is known color: Inch Worm. HEX triplet: C2, DE and 0A. RGB value is (194,222,10). Sum of RGB (Red+Green+Blue) = 194+222+10=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DE0A is #3D21F5. Grayscale: #BEBEBE. Windows color (decimal): -4006390 or 712386. OLE color: 712386.

HSL color Cylindrical-coordinate representation of color #C2DE0A: hue angle of 67.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2DE0A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 10 -
CMYK 0.13 0 0.95 0.13
HSL 67.92º 0.91% 0.45% -
HSV(B) 67.92º 0.95% 0.87% -
XYZ 48.42 63.73 10.04 -
YUV 189.46 26.72 131.24 -
System Red Green Blue C M Y K H S L
Decimal 194 222 10 0.13 0 0.95 0.13 67.92 0.91 0.45
Hex C2 DE A D 0 5F D 44 5B 2D
Octal 302 336 12 15 0 137 15 104 133 55
Binary 11000010 11011110 1010 1101 0 1011111 1101 1000100 1011011 101101

Color Harmonies of #C2DE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE0A

Black with #C2DE0A

Text Example


Text Example

White with #C2DE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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