Html Css Color HEX #CCE513 Inch Worm

📋 copy color: '#CCE513'

red 204 ◦ green 229 ◦ blue 19

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

Shades of Inch Worm #CCE513

Tints of Inch Worm #CCE513

RGB

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

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

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

R = 45.13%
G = 50.66%
B = 4.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CCE513 (or 0xCCE513) is known color: Inch Worm. HEX triplet: CC, E5 and 13. RGB value is (204,229,19). Sum of RGB (Red+Green+Blue) = 204+229+19=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE513 is #331AEC. Grayscale: #C6C6C6. Windows color (decimal): -3349229 or 1304012. OLE color: 1304012.

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

Color convert

RGB 204 229 19 -
CMYK 0.11 0 0.92 0.10
HSL 67.14º 0.85% 0.49% -
HSV(B) 67.14º 0.92% 0.9% -
XYZ 53.04 68.92 11.12 -
YUV 197.59 27.22 132.58 -
System Red Green Blue C M Y K H S L
Decimal 204 229 19 0.11 0 0.92 0.10 67.14 0.85 0.49
Hex CC E5 13 B 0 5C A 43 55 31
Octal 314 345 23 13 0 134 12 103 125 61
Binary 11001100 11100101 10011 1011 0 1011100 1010 1000011 1010101 110001

Color Harmonies of #CCE513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE513

Black with #CCE513

Text Example


Text Example

White with #CCE513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE513; }

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

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

background-color css

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

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

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

border-color css

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

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

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