Html Css Color HEX #CCE413 Inch Worm

📋 copy color: '#CCE413'

red 204 ◦ green 228 ◦ blue 19

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

Shades of Inch Worm #CCE413

Tints of Inch Worm #CCE413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.55%

 BLUE value IS 19 (7.81% from 255) = 4.21%

R = 45.23%
G = 50.55%
B = 4.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#CCE413 (or 0xCCE413) is known color: Inch Worm. HEX triplet: CC, E4 and 13. RGB value is (204,228,19). Sum of RGB (Red+Green+Blue) = 204+228+19=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE413 is #331BEC. Grayscale: #C5C5C5. Windows color (decimal): -3349485 or 1303756. OLE color: 1303756.

HSL color Cylindrical-coordinate representation of color #CCE413: hue angle of 66.89º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCE413 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 19 -
CMYK 0.11 0 0.92 0.11
HSL 66.89º 0.85% 0.48% -
HSV(B) 66.89º 0.92% 0.89% -
XYZ 52.76 68.37 11.03 -
YUV 197 27.55 132.99 -
System Red Green Blue C M Y K H S L
Decimal 204 228 19 0.11 0 0.92 0.11 66.89 0.85 0.48
Hex CC E4 13 B 0 5C B 43 55 30
Octal 314 344 23 13 0 134 13 103 125 60
Binary 11001100 11100100 10011 1011 0 1011100 1011 1000011 1010101 110000

Color Harmonies of #CCE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE413

Black with #CCE413

Text Example


Text Example

White with #CCE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE413; }

 p { color: rgb(204,228,19); }

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

background-color css

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

 a { background-color: rgb(204,228,19); }

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

border-color css

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

 span { border-color: rgb(204,228,19); }

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