Html Css Color HEX #AFD202 Inch Worm

📋 copy color: '#AFD202'

red 175 ◦ green 210 ◦ blue 2

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

Shades of Inch Worm #AFD202

Tints of Inch Worm #AFD202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.26%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 45.22%
G = 54.26%
B = 0.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#AFD202 (or 0xAFD202) is known color: Inch Worm. HEX triplet: AF, D2 and 02. RGB value is (175,210,2). Sum of RGB (Red+Green+Blue) = 175+210+2=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD202 is #502DFD. Grayscale: #B0B0B0. Windows color (decimal): -5254654 or 185007. OLE color: 185007.

HSL color Cylindrical-coordinate representation of color #AFD202: hue angle of 70.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFD202 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 2 -
CMYK 0.17 0 0.99 0.18
HSL 70.1º 0.98% 0.42% -
HSV(B) 70.1º 0.99% 0.82% -
XYZ 40.74 55.21 8.57 -
YUV 175.82 29.9 127.41 -
System Red Green Blue C M Y K H S L
Decimal 175 210 2 0.17 0 0.99 0.18 70.1 0.98 0.42
Hex AF D2 2 11 0 63 12 46 62 2A
Octal 257 322 2 21 0 143 22 106 142 52
Binary 10101111 11010010 10 10001 0 1100011 10010 1000110 1100010 101010

Color Harmonies of #AFD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD202

Black with #AFD202

Text Example


Text Example

White with #AFD202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD202; }

 p { color: rgb(175,210,2); }

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

background-color css

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

 a { background-color: rgb(175,210,2); }

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

border-color css

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

 span { border-color: rgb(175,210,2); }

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