Html Css Color HEX #C6DA0C Inch Worm

📋 copy color: '#C6DA0C'

red 198 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #C6DA0C

Tints of Inch Worm #C6DA0C

RGB

 RED value IS 198 (77.73% from 255) = 46.26%

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 46.26%
G = 50.93%
B = 2.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C6DA0C (or 0xC6DA0C) is known color: Inch Worm. HEX triplet: C6, DA and 0C. RGB value is (198,218,12). Sum of RGB (Red+Green+Blue) = 198+218+12=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DA0C is #3925F3. Grayscale: #BDBDBD. Windows color (decimal): -3745268 or 842438. OLE color: 842438.

HSL color Cylindrical-coordinate representation of color #C6DA0C: hue angle of 65.83º degrees, saturation: 0.9, 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 #C6DA0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 12 -
CMYK 0.09 0 0.94 0.15
HSL 65.83º 0.9% 0.45% -
HSV(B) 65.83º 0.94% 0.85% -
XYZ 48.43 62.18 9.8 -
YUV 188.54 28.37 134.75 -
System Red Green Blue C M Y K H S L
Decimal 198 218 12 0.09 0 0.94 0.15 65.83 0.9 0.45
Hex C6 DA C 9 0 5E F 42 5A 2D
Octal 306 332 14 11 0 136 17 102 132 55
Binary 11000110 11011010 1100 1001 0 1011110 1111 1000010 1011010 101101

Color Harmonies of #C6DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA0C

Black with #C6DA0C

Text Example


Text Example

White with #C6DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA0C; }

 p { color: rgb(198,218,12); }

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

background-color css

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

 a { background-color: rgb(198,218,12); }

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

border-color css

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

 span { border-color: rgb(198,218,12); }

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