Html Css Color HEX #AFDB0B Inch Worm

📋 copy color: '#AFDB0B'

red 175 ◦ green 219 ◦ blue 11

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

Shades of Inch Worm #AFDB0B

Tints of Inch Worm #AFDB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 43.21%
G = 54.07%
B = 2.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#AFDB0B (or 0xAFDB0B) is known color: Inch Worm. HEX triplet: AF, DB and 0B. RGB value is (175,219,11). Sum of RGB (Red+Green+Blue) = 175+219+11=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB0B is #5024F4. Grayscale: #B6B6B6. Windows color (decimal): -5252341 or 777135. OLE color: 777135.

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

Color convert

RGB 175 219 11 -
CMYK 0.20 0 0.95 0.14
HSL 72.69º 0.9% 0.45% -
HSV(B) 72.69º 0.95% 0.86% -
XYZ 43.07 59.8 9.59 -
YUV 182.13 31.42 122.91 -
System Red Green Blue C M Y K H S L
Decimal 175 219 11 0.20 0 0.95 0.14 72.69 0.9 0.45
Hex AF DB B 14 0 5F E 49 5A 2D
Octal 257 333 13 24 0 137 16 111 132 55
Binary 10101111 11011011 1011 10100 0 1011111 1110 1001001 1011010 101101

Color Harmonies of #AFDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB0B

Black with #AFDB0B

Text Example


Text Example

White with #AFDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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