Html Css Color HEX #CCDD0A Inch Worm

📋 copy color: '#CCDD0A'

red 204 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #CCDD0A

Tints of Inch Worm #CCDD0A

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 46.9%
G = 50.8%
B = 2.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#CCDD0A (or 0xCCDD0A) is known color: Inch Worm. HEX triplet: CC, DD and 0A. RGB value is (204,221,10). Sum of RGB (Red+Green+Blue) = 204+221+10=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD0A is #3322F5. Grayscale: #C0C0C0. Windows color (decimal): -3351286 or 712140. OLE color: 712140.

HSL color Cylindrical-coordinate representation of color #CCDD0A: hue angle of 64.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCDD0A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 10 -
CMYK 0.08 0 0.95 0.13
HSL 64.83º 0.91% 0.45% -
HSV(B) 64.83º 0.95% 0.87% -
XYZ 50.81 64.57 10.07 -
YUV 191.86 25.37 136.66 -
System Red Green Blue C M Y K H S L
Decimal 204 221 10 0.08 0 0.95 0.13 64.83 0.91 0.45
Hex CC DD A 8 0 5F D 41 5B 2D
Octal 314 335 12 10 0 137 15 101 133 55
Binary 11001100 11011101 1010 1000 0 1011111 1101 1000001 1011011 101101

Color Harmonies of #CCDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD0A

Black with #CCDD0A

Text Example


Text Example

White with #CCDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD0A; }

 p { color: rgb(204,221,10); }

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

background-color css

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

 a { background-color: rgb(204,221,10); }

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

border-color css

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

 span { border-color: rgb(204,221,10); }

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