Html Css Color HEX #AFDD06 Inch Worm

📋 copy color: '#AFDD06'

red 175 ◦ green 221 ◦ blue 6

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

Shades of Inch Worm #AFDD06

Tints of Inch Worm #AFDD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 43.53%
G = 54.98%
B = 1.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#AFDD06 (or 0xAFDD06) is known color: Inch Worm. HEX triplet: AF, DD and 06. RGB value is (175,221,6). Sum of RGB (Red+Green+Blue) = 175+221+6=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD06 is #5022F9. Grayscale: #B7B7B7. Windows color (decimal): -5251834 or 449967. OLE color: 449967.

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

Color convert

RGB 175 221 6 -
CMYK 0.21 0 0.97 0.13
HSL 72.84º 0.95% 0.45% -
HSV(B) 72.84º 0.97% 0.87% -
XYZ 43.57 60.84 9.62 -
YUV 182.74 28.26 122.48 -
System Red Green Blue C M Y K H S L
Decimal 175 221 6 0.21 0 0.97 0.13 72.84 0.95 0.45
Hex AF DD 6 15 0 61 D 49 5F 2D
Octal 257 335 6 25 0 141 15 111 137 55
Binary 10101111 11011101 110 10101 0 1100001 1101 1001001 1011111 101101

Color Harmonies of #AFDD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD06

Black with #AFDD06

Text Example


Text Example

White with #AFDD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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