Html Css Color HEX #AFE703 Inch Worm

📋 copy color: '#AFE703'

red 175 ◦ green 231 ◦ blue 3

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

Shades of Inch Worm #AFE703

Tints of Inch Worm #AFE703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 42.79%
G = 56.48%
B = 0.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#AFE703 (or 0xAFE703) is known color: Inch Worm. HEX triplet: AF, E7 and 03. RGB value is (175,231,3). Sum of RGB (Red+Green+Blue) = 175+231+3=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 231 (90.62% from 255 or 56.48% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE703 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE703 is #5018FC. Grayscale: #BDBDBD. Windows color (decimal): -5249277 or 255919. OLE color: 255919.

HSL color Cylindrical-coordinate representation of color #AFE703: hue angle of 74.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE703 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 3 -
CMYK 0.24 0 0.99 0.09
HSL 74.74º 0.97% 0.46% -
HSV(B) 74.74º 0.99% 0.91% -
XYZ 46.27 66.27 10.44 -
YUV 188.26 23.45 118.54 -
System Red Green Blue C M Y K H S L
Decimal 175 231 3 0.24 0 0.99 0.09 74.74 0.97 0.46
Hex AF E7 3 18 0 63 9 4B 61 2E
Octal 257 347 3 30 0 143 11 113 141 56
Binary 10101111 11100111 11 11000 0 1100011 1001 1001011 1100001 101110

Color Harmonies of #AFE703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE703

Black with #AFE703

Text Example


Text Example

White with #AFE703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE703; }

 p { color: rgb(175,231,3); }

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

background-color css

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

 a { background-color: rgb(175,231,3); }

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

border-color css

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

 span { border-color: rgb(175,231,3); }

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