Html Css Color HEX #AFDB06 Inch Worm

📋 copy color: '#AFDB06'

red 175 ◦ green 219 ◦ blue 6

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

Shades of Inch Worm #AFDB06

Tints of Inch Worm #AFDB06

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.75%

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

R = 43.75%
G = 54.75%
B = 1.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#AFDB06 (or 0xAFDB06) is known color: Inch Worm. HEX triplet: AF, DB and 06. RGB value is (175,219,6). Sum of RGB (Red+Green+Blue) = 175+219+6=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB06 is #5024F9. Grayscale: #B6B6B6. Windows color (decimal): -5252346 or 449455. OLE color: 449455.

HSL color Cylindrical-coordinate representation of color #AFDB06: hue angle of 72.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFDB06 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 6 -
CMYK 0.20 0 0.97 0.14
HSL 72.39º 0.95% 0.44% -
HSV(B) 72.39º 0.97% 0.86% -
XYZ 43.04 59.79 9.44 -
YUV 181.56 28.92 123.32 -
System Red Green Blue C M Y K H S L
Decimal 175 219 6 0.20 0 0.97 0.14 72.39 0.95 0.44
Hex AF DB 6 14 0 61 E 48 5F 2C
Octal 257 333 6 24 0 141 16 110 137 54
Binary 10101111 11011011 110 10100 0 1100001 1110 1001000 1011111 101100

Color Harmonies of #AFDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB06

Black with #AFDB06

Text Example


Text Example

White with #AFDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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