Html Css Color HEX #C6E714 Inch Worm

📋 copy color: '#C6E714'

red 198 ◦ green 231 ◦ blue 20

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

Shades of Inch Worm #C6E714

Tints of Inch Worm #C6E714

RGB

 RED value IS 198 (77.73% from 255) = 44.1%

 GREEN value IS 231 (90.63% from 255) = 51.45%

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

R = 44.1%
G = 51.45%
B = 4.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#C6E714 (or 0xC6E714) is known color: Inch Worm. HEX triplet: C6, E7 and 14. RGB value is (198,231,20). Sum of RGB (Red+Green+Blue) = 198+231+20=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E714 is #3918EB. Grayscale: #C5C5C5. Windows color (decimal): -3741932 or 1370054. OLE color: 1370054.

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

Color convert

RGB 198 231 20 -
CMYK 0.14 0 0.91 0.09
HSL 69.38º 0.84% 0.49% -
HSV(B) 69.38º 0.91% 0.91% -
XYZ 51.99 69.21 11.28 -
YUV 197.08 28.07 128.66 -
System Red Green Blue C M Y K H S L
Decimal 198 231 20 0.14 0 0.91 0.09 69.38 0.84 0.49
Hex C6 E7 14 E 0 5B 9 45 54 31
Octal 306 347 24 16 0 133 11 105 124 61
Binary 11000110 11100111 10100 1110 0 1011011 1001 1000101 1010100 110001

Color Harmonies of #C6E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E714

Black with #C6E714

Text Example


Text Example

White with #C6E714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E714; }

 p { color: rgb(198,231,20); }

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

background-color css

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

 a { background-color: rgb(198,231,20); }

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

border-color css

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

 span { border-color: rgb(198,231,20); }

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