Html Css Color HEX #AFDF03 Inch Worm

📋 copy color: '#AFDF03'

red 175 ◦ green 223 ◦ blue 3

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

Shades of Inch Worm #AFDF03

Tints of Inch Worm #AFDF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.61%

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

R = 43.64%
G = 55.61%
B = 0.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#AFDF03 (or 0xAFDF03) is known color: Inch Worm. HEX triplet: AF, DF and 03. RGB value is (175,223,3). Sum of RGB (Red+Green+Blue) = 175+223+3=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF03 is #5020FC. Grayscale: #B8B8B8. Windows color (decimal): -5251325 or 253871. OLE color: 253871.

HSL color Cylindrical-coordinate representation of color #AFDF03: hue angle of 73.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFDF03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 3 -
CMYK 0.22 0 0.99 0.13
HSL 73.09º 0.97% 0.44% -
HSV(B) 73.09º 0.99% 0.87% -
XYZ 44.08 61.9 9.71 -
YUV 183.57 26.1 121.89 -
System Red Green Blue C M Y K H S L
Decimal 175 223 3 0.22 0 0.99 0.13 73.09 0.97 0.44
Hex AF DF 3 16 0 63 D 49 61 2C
Octal 257 337 3 26 0 143 15 111 141 54
Binary 10101111 11011111 11 10110 0 1100011 1101 1001001 1100001 101100

Color Harmonies of #AFDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF03

Black with #AFDF03

Text Example


Text Example

White with #AFDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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