Html Css Color HEX #C4DD0D Inch Worm

📋 copy color: '#C4DD0D'

red 196 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #C4DD0D

Tints of Inch Worm #C4DD0D

RGB

 RED value IS 196 (76.95% from 255) = 45.58%

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

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

R = 45.58%
G = 51.4%
B = 3.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#C4DD0D (or 0xC4DD0D) is known color: Inch Worm. HEX triplet: C4, DD and 0D. RGB value is (196,221,13). Sum of RGB (Red+Green+Blue) = 196+221+13=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DD0D is #3B22F2. Grayscale: #BEBEBE. Windows color (decimal): -3875571 or 908740. OLE color: 908740.

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

Color convert

RGB 196 221 13 -
CMYK 0.11 0 0.94 0.13
HSL 67.21º 0.89% 0.46% -
HSV(B) 67.21º 0.94% 0.87% -
XYZ 48.69 63.48 10.07 -
YUV 189.81 28.22 132.41 -
System Red Green Blue C M Y K H S L
Decimal 196 221 13 0.11 0 0.94 0.13 67.21 0.89 0.46
Hex C4 DD D B 0 5E D 43 59 2E
Octal 304 335 15 13 0 136 15 103 131 56
Binary 11000100 11011101 1101 1011 0 1011110 1101 1000011 1011001 101110

Color Harmonies of #C4DD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DD0D

Black with #C4DD0D

Text Example


Text Example

White with #C4DD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DD0D; }

 p { color: rgb(196,221,13); }

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

background-color css

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

 a { background-color: rgb(196,221,13); }

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

border-color css

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

 span { border-color: rgb(196,221,13); }

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