Html Css Color HEX #CCE40F Inch Worm

📋 copy color: '#CCE40F'

red 204 ◦ green 228 ◦ blue 15

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

Shades of Inch Worm #CCE40F

Tints of Inch Worm #CCE40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 45.64%
G = 51.01%
B = 3.36%

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

#CCE40F (or 0xCCE40F) is known color: Inch Worm. HEX triplet: CC, E4 and 0F. RGB value is (204,228,15). Sum of RGB (Red+Green+Blue) = 204+228+15=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE40F is #331BF0. Grayscale: #C5C5C5. Windows color (decimal): -3349489 or 1041612. OLE color: 1041612.

HSL color Cylindrical-coordinate representation of color #CCE40F: hue angle of 66.76º degrees, saturation: 0.88, 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 #CCE40F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 15 -
CMYK 0.11 0 0.93 0.11
HSL 66.76º 0.88% 0.48% -
HSV(B) 66.76º 0.93% 0.89% -
XYZ 52.73 68.36 10.87 -
YUV 196.54 25.55 133.32 -
System Red Green Blue C M Y K H S L
Decimal 204 228 15 0.11 0 0.93 0.11 66.76 0.88 0.48
Hex CC E4 F B 0 5D B 43 58 30
Octal 314 344 17 13 0 135 13 103 130 60
Binary 11001100 11100100 1111 1011 0 1011101 1011 1000011 1011000 110000

Color Harmonies of #CCE40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE40F

Black with #CCE40F

Text Example


Text Example

White with #CCE40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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