Html Css Color HEX #C3DD12 Inch Worm

📋 copy color: '#C3DD12'

red 195 ◦ green 221 ◦ blue 18

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

Shades of Inch Worm #C3DD12

Tints of Inch Worm #C3DD12

RGB

 RED value IS 195 (76.56% from 255) = 44.93%

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 44.93%
G = 50.92%
B = 4.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#C3DD12 (or 0xC3DD12) is known color: Inch Worm. HEX triplet: C3, DD and 12. RGB value is (195,221,18). Sum of RGB (Red+Green+Blue) = 195+221+18=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DD12 is #3C22ED. Grayscale: #BEBEBE. Windows color (decimal): -3941102 or 1236419. OLE color: 1236419.

HSL color Cylindrical-coordinate representation of color #C3DD12: hue angle of 67.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3DD12 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 221 18 -
CMYK 0.12 0 0.92 0.13
HSL 67.68º 0.85% 0.47% -
HSV(B) 67.68º 0.92% 0.87% -
XYZ 48.47 63.36 10.25 -
YUV 190.08 30.89 131.51 -
System Red Green Blue C M Y K H S L
Decimal 195 221 18 0.12 0 0.92 0.13 67.68 0.85 0.47
Hex C3 DD 12 C 0 5C D 44 55 2F
Octal 303 335 22 14 0 134 15 104 125 57
Binary 11000011 11011101 10010 1100 0 1011100 1101 1000100 1010101 101111

Color Harmonies of #C3DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DD12

Black with #C3DD12

Text Example


Text Example

White with #C3DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DD12; }

 p { color: rgb(195,221,18); }

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

background-color css

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

 a { background-color: rgb(195,221,18); }

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

border-color css

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

 span { border-color: rgb(195,221,18); }

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