Html Css Color HEX #AFE314 Inch Worm

📋 copy color: '#AFE314'

red 175 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #AFE314

Tints of Inch Worm #AFE314

RGB

 RED value IS 175 (68.75% from 255) = 41.47%

 GREEN value IS 227 (89.06% from 255) = 53.79%

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

R = 41.47%
G = 53.79%
B = 4.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#AFE314 (or 0xAFE314) is known color: Inch Worm. HEX triplet: AF, E3 and 14. RGB value is (175,227,20). Sum of RGB (Red+Green+Blue) = 175+227+20=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE314 is #501CEB. Grayscale: #BCBCBC. Windows color (decimal): -5250284 or 1369007. OLE color: 1369007.

HSL color Cylindrical-coordinate representation of color #AFE314: hue angle of 75.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFE314 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 20 -
CMYK 0.23 0 0.91 0.11
HSL 75.07º 0.84% 0.48% -
HSV(B) 75.07º 0.91% 0.89% -
XYZ 45.27 64.1 10.65 -
YUV 187.85 33.27 118.83 -
System Red Green Blue C M Y K H S L
Decimal 175 227 20 0.23 0 0.91 0.11 75.07 0.84 0.48
Hex AF E3 14 17 0 5B B 4B 54 30
Octal 257 343 24 27 0 133 13 113 124 60
Binary 10101111 11100011 10100 10111 0 1011011 1011 1001011 1010100 110000

Color Harmonies of #AFE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE314

Black with #AFE314

Text Example


Text Example

White with #AFE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE314; }

 p { color: rgb(175,227,20); }

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

background-color css

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

 a { background-color: rgb(175,227,20); }

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

border-color css

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

 span { border-color: rgb(175,227,20); }

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