Html Css Color HEX #CCE00F Inch Worm

📋 copy color: '#CCE00F'

red 204 ◦ green 224 ◦ blue 15

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

Shades of Inch Worm #CCE00F

Tints of Inch Worm #CCE00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.56%

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

R = 46.05%
G = 50.56%
B = 3.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#CCE00F (or 0xCCE00F) is known color: Inch Worm. HEX triplet: CC, E0 and 0F. RGB value is (204,224,15). Sum of RGB (Red+Green+Blue) = 204+224+15=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE00F is #331FF0. Grayscale: #C3C3C3. Windows color (decimal): -3350513 or 1040588. OLE color: 1040588.

HSL color Cylindrical-coordinate representation of color #CCE00F: hue angle of 65.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE00F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 15 -
CMYK 0.09 0 0.93 0.12
HSL 65.74º 0.87% 0.47% -
HSV(B) 65.74º 0.93% 0.88% -
XYZ 51.64 66.18 10.5 -
YUV 194.19 26.87 134.99 -
System Red Green Blue C M Y K H S L
Decimal 204 224 15 0.09 0 0.93 0.12 65.74 0.87 0.47
Hex CC E0 F 9 0 5D C 42 57 2F
Octal 314 340 17 11 0 135 14 102 127 57
Binary 11001100 11100000 1111 1001 0 1011101 1100 1000010 1010111 101111

Color Harmonies of #CCE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE00F

Black with #CCE00F

Text Example


Text Example

White with #CCE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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