Html Css Color HEX #CCDD05 Inch Worm

📋 copy color: '#CCDD05'

red 204 ◦ green 221 ◦ blue 5

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

Shades of Inch Worm #CCDD05

Tints of Inch Worm #CCDD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 47.44%
G = 51.4%
B = 1.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CCDD05 (or 0xCCDD05) is known color: Inch Worm. HEX triplet: CC, DD and 05. RGB value is (204,221,5). Sum of RGB (Red+Green+Blue) = 204+221+5=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD05 is #3322FA. Grayscale: #C0C0C0. Windows color (decimal): -3351291 or 384460. OLE color: 384460.

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

Color convert

RGB 204 221 5 -
CMYK 0.08 0 0.98 0.13
HSL 64.72º 0.96% 0.44% -
HSV(B) 64.72º 0.98% 0.87% -
XYZ 50.79 64.56 9.93 -
YUV 191.29 22.87 137.06 -
System Red Green Blue C M Y K H S L
Decimal 204 221 5 0.08 0 0.98 0.13 64.72 0.96 0.44
Hex CC DD 5 8 0 62 D 41 60 2C
Octal 314 335 5 10 0 142 15 101 140 54
Binary 11001100 11011101 101 1000 0 1100010 1101 1000001 1100000 101100

Color Harmonies of #CCDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD05

Black with #CCDD05

Text Example


Text Example

White with #CCDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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