Html Css Color HEX #C2DA0D Inch Worm

📋 copy color: '#C2DA0D'

red 194 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #C2DA0D

Tints of Inch Worm #C2DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.29%

 BLUE value IS 13 (5.47% from 255) = 3.06%

R = 45.65%
G = 51.29%
B = 3.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C2DA0D (or 0xC2DA0D) is known color: Inch Worm. HEX triplet: C2, DA and 0D. RGB value is (194,218,13). Sum of RGB (Red+Green+Blue) = 194+218+13=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DA0D is #3D25F2. Grayscale: #BCBCBC. Windows color (decimal): -4007411 or 907970. OLE color: 907970.

HSL color Cylindrical-coordinate representation of color #C2DA0D: hue angle of 67.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2DA0D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 13 -
CMYK 0.11 0 0.94 0.15
HSL 67.02º 0.89% 0.45% -
HSV(B) 67.02º 0.94% 0.85% -
XYZ 47.39 61.64 9.78 -
YUV 187.45 29.55 132.67 -
System Red Green Blue C M Y K H S L
Decimal 194 218 13 0.11 0 0.94 0.15 67.02 0.89 0.45
Hex C2 DA D B 0 5E F 43 59 2D
Octal 302 332 15 13 0 136 17 103 131 55
Binary 11000010 11011010 1101 1011 0 1011110 1111 1000011 1011001 101101

Color Harmonies of #C2DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA0D

Black with #C2DA0D

Text Example


Text Example

White with #C2DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA0D; }

 p { color: rgb(194,218,13); }

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

background-color css

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

 a { background-color: rgb(194,218,13); }

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

border-color css

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

 span { border-color: rgb(194,218,13); }

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