Html Css Color HEX #CCE914 Inch Worm

📋 copy color: '#CCE914'

red 204 ◦ green 233 ◦ blue 20

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

Shades of Inch Worm #CCE914

Tints of Inch Worm #CCE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.98%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 44.64%
G = 50.98%
B = 4.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#CCE914 (or 0xCCE914) is known color: Inch Worm. HEX triplet: CC, E9 and 14. RGB value is (204,233,20). Sum of RGB (Red+Green+Blue) = 204+233+20=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE914 is #3316EB. Grayscale: #C8C8C8. Windows color (decimal): -3348204 or 1370572. OLE color: 1370572.

HSL color Cylindrical-coordinate representation of color #CCE914: hue angle of 68.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE914 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 20 -
CMYK 0.12 0 0.91 0.09
HSL 68.17º 0.84% 0.5% -
HSV(B) 68.17º 0.91% 0.91% -
XYZ 54.17 71.17 11.54 -
YUV 200.05 26.39 130.82 -
System Red Green Blue C M Y K H S L
Decimal 204 233 20 0.12 0 0.91 0.09 68.17 0.84 0.5
Hex CC E9 14 C 0 5B 9 44 54 32
Octal 314 351 24 14 0 133 11 104 124 62
Binary 11001100 11101001 10100 1100 0 1011011 1001 1000100 1010100 110010

Color Harmonies of #CCE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE914

Black with #CCE914

Text Example


Text Example

White with #CCE914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE914; }

 p { color: rgb(204,233,20); }

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

background-color css

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

 a { background-color: rgb(204,233,20); }

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

border-color css

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

 span { border-color: rgb(204,233,20); }

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