Html Css Color HEX #AFE304 Inch Worm

📋 copy color: '#AFE304'

red 175 ◦ green 227 ◦ blue 4

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

Shades of Inch Worm #AFE304

Tints of Inch Worm #AFE304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 43.1%
G = 55.91%
B = 0.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#AFE304 (or 0xAFE304) is known color: Inch Worm. HEX triplet: AF, E3 and 04. RGB value is (175,227,4). Sum of RGB (Red+Green+Blue) = 175+227+4=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE304 is #501CFB. Grayscale: #BABABA. Windows color (decimal): -5250300 or 320431. OLE color: 320431.

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

Color convert

RGB 175 227 4 -
CMYK 0.23 0 0.98 0.11
HSL 73.99º 0.97% 0.45% -
HSV(B) 73.99º 0.98% 0.89% -
XYZ 45.17 64.06 10.1 -
YUV 186.03 25.27 120.13 -
System Red Green Blue C M Y K H S L
Decimal 175 227 4 0.23 0 0.98 0.11 73.99 0.97 0.45
Hex AF E3 4 17 0 62 B 4A 61 2D
Octal 257 343 4 27 0 142 13 112 141 55
Binary 10101111 11100011 100 10111 0 1100010 1011 1001010 1100001 101101

Color Harmonies of #AFE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE304

Black with #AFE304

Text Example


Text Example

White with #AFE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE304; }

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

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

background-color css

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

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

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

border-color css

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

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

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