Html Css Color HEX #AFDD03 Inch Worm

📋 copy color: '#AFDD03'

red 175 ◦ green 221 ◦ blue 3

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

Shades of Inch Worm #AFDD03

Tints of Inch Worm #AFDD03

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.39%

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

R = 43.86%
G = 55.39%
B = 0.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#AFDD03 (or 0xAFDD03) is known color: Inch Worm. HEX triplet: AF, DD and 03. RGB value is (175,221,3). Sum of RGB (Red+Green+Blue) = 175+221+3=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD03 is #5022FC. Grayscale: #B7B7B7. Windows color (decimal): -5251837 or 253359. OLE color: 253359.

HSL color Cylindrical-coordinate representation of color #AFDD03: hue angle of 72.66º 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 #AFDD03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 3 -
CMYK 0.21 0 0.99 0.13
HSL 72.66º 0.97% 0.44% -
HSV(B) 72.66º 0.99% 0.87% -
XYZ 43.55 60.83 9.53 -
YUV 182.39 26.76 122.73 -
System Red Green Blue C M Y K H S L
Decimal 175 221 3 0.21 0 0.99 0.13 72.66 0.97 0.44
Hex AF DD 3 15 0 63 D 49 61 2C
Octal 257 335 3 25 0 143 15 111 141 54
Binary 10101111 11011101 11 10101 0 1100011 1101 1001001 1100001 101100

Color Harmonies of #AFDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD03

Black with #AFDD03

Text Example


Text Example

White with #AFDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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