Html Css Color HEX #AFD302 Inch Worm

📋 copy color: '#AFD302'

red 175 ◦ green 211 ◦ blue 2

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

Shades of Inch Worm #AFD302

Tints of Inch Worm #AFD302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.38%

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

R = 45.1%
G = 54.38%
B = 0.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#AFD302 (or 0xAFD302) is known color: Inch Worm. HEX triplet: AF, D3 and 02. RGB value is (175,211,2). Sum of RGB (Red+Green+Blue) = 175+211+2=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD302 is #502CFD. Grayscale: #B1B1B1. Windows color (decimal): -5254398 or 185263. OLE color: 185263.

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

Color convert

RGB 175 211 2 -
CMYK 0.17 0 0.99 0.17
HSL 70.33º 0.98% 0.42% -
HSV(B) 70.33º 0.99% 0.83% -
XYZ 40.98 55.71 8.65 -
YUV 176.41 29.57 126.99 -
System Red Green Blue C M Y K H S L
Decimal 175 211 2 0.17 0 0.99 0.17 70.33 0.98 0.42
Hex AF D3 2 11 0 63 11 46 62 2A
Octal 257 323 2 21 0 143 21 106 142 52
Binary 10101111 11010011 10 10001 0 1100011 10001 1000110 1100010 101010

Color Harmonies of #AFD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD302

Black with #AFD302

Text Example


Text Example

White with #AFD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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