Html Css Color HEX #CCE410 Inch Worm

📋 copy color: '#CCE410'

red 204 ◦ green 228 ◦ blue 16

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

Shades of Inch Worm #CCE410

Tints of Inch Worm #CCE410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.57%

R = 45.54%
G = 50.89%
B = 3.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#CCE410 (or 0xCCE410) is known color: Inch Worm. HEX triplet: CC, E4 and 10. RGB value is (204,228,16). Sum of RGB (Red+Green+Blue) = 204+228+16=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE410 is #331BEF. Grayscale: #C5C5C5. Windows color (decimal): -3349488 or 1107148. OLE color: 1107148.

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

Color convert

RGB 204 228 16 -
CMYK 0.11 0 0.93 0.11
HSL 66.79º 0.87% 0.48% -
HSV(B) 66.79º 0.93% 0.89% -
XYZ 52.74 68.36 10.91 -
YUV 196.66 26.05 133.24 -
System Red Green Blue C M Y K H S L
Decimal 204 228 16 0.11 0 0.93 0.11 66.79 0.87 0.48
Hex CC E4 10 B 0 5D B 43 57 30
Octal 314 344 20 13 0 135 13 103 127 60
Binary 11001100 11100100 10000 1011 0 1011101 1011 1000011 1010111 110000

Color Harmonies of #CCE410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE410

Black with #CCE410

Text Example


Text Example

White with #CCE410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE410; }

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

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

background-color css

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

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

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

border-color css

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

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

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