Html Css Color HEX #CCE510 Inch Worm

📋 copy color: '#CCE510'

red 204 ◦ green 229 ◦ blue 16

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

Shades of Inch Worm #CCE510

Tints of Inch Worm #CCE510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51%

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

R = 45.43%
G = 51%
B = 3.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CCE510 (or 0xCCE510) is known color: Inch Worm. HEX triplet: CC, E5 and 10. RGB value is (204,229,16). Sum of RGB (Red+Green+Blue) = 204+229+16=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE510 is #331AEF. Grayscale: #C6C6C6. Windows color (decimal): -3349232 or 1107404. OLE color: 1107404.

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

Color convert

RGB 204 229 16 -
CMYK 0.11 0 0.93 0.10
HSL 67.04º 0.87% 0.48% -
HSV(B) 67.04º 0.93% 0.9% -
XYZ 53.01 68.91 11 -
YUV 197.24 25.72 132.82 -
System Red Green Blue C M Y K H S L
Decimal 204 229 16 0.11 0 0.93 0.10 67.04 0.87 0.48
Hex CC E5 10 B 0 5D A 43 57 30
Octal 314 345 20 13 0 135 12 103 127 60
Binary 11001100 11100101 10000 1011 0 1011101 1010 1000011 1010111 110000

Color Harmonies of #CCE510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE510

Black with #CCE510

Text Example


Text Example

White with #CCE510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE510; }

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

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

background-color css

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

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

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

border-color css

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

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

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