Html Css Color HEX #C2DA06 Inch Worm

📋 copy color: '#C2DA06'

red 194 ◦ green 218 ◦ blue 6

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

Shades of Inch Worm #C2DA06

Tints of Inch Worm #C2DA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 46.41%
G = 52.15%
B = 1.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#C2DA06 (or 0xC2DA06) is known color: Inch Worm. HEX triplet: C2, DA and 06. RGB value is (194,218,6). Sum of RGB (Red+Green+Blue) = 194+218+6=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DA06 is #3D25F9. Grayscale: #BBBBBB. Windows color (decimal): -4007418 or 449218. OLE color: 449218.

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

Color convert

RGB 194 218 6 -
CMYK 0.11 0 0.97 0.15
HSL 66.79º 0.95% 0.44% -
HSV(B) 66.79º 0.97% 0.85% -
XYZ 47.35 61.63 9.57 -
YUV 186.66 26.05 133.24 -
System Red Green Blue C M Y K H S L
Decimal 194 218 6 0.11 0 0.97 0.15 66.79 0.95 0.44
Hex C2 DA 6 B 0 61 F 43 5F 2C
Octal 302 332 6 13 0 141 17 103 137 54
Binary 11000010 11011010 110 1011 0 1100001 1111 1000011 1011111 101100

Color Harmonies of #C2DA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA06

Black with #C2DA06

Text Example


Text Example

White with #C2DA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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