Html Css Color HEX #AFDF0B Inch Worm

📋 copy color: '#AFDF0B'

red 175 ◦ green 223 ◦ blue 11

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

Shades of Inch Worm #AFDF0B

Tints of Inch Worm #AFDF0B

RGB

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

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

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

R = 42.79%
G = 54.52%
B = 2.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#AFDF0B (or 0xAFDF0B) is known color: Inch Worm. HEX triplet: AF, DF and 0B. RGB value is (175,223,11). Sum of RGB (Red+Green+Blue) = 175+223+11=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF0B is #5020F4. Grayscale: #B9B9B9. Windows color (decimal): -5251317 or 778159. OLE color: 778159.

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

Color convert

RGB 175 223 11 -
CMYK 0.22 0 0.95 0.13
HSL 73.58º 0.91% 0.46% -
HSV(B) 73.58º 0.95% 0.87% -
XYZ 44.13 61.91 9.94 -
YUV 184.48 30.1 121.24 -
System Red Green Blue C M Y K H S L
Decimal 175 223 11 0.22 0 0.95 0.13 73.58 0.91 0.46
Hex AF DF B 16 0 5F D 4A 5B 2E
Octal 257 337 13 26 0 137 15 112 133 56
Binary 10101111 11011111 1011 10110 0 1011111 1101 1001010 1011011 101110

Color Harmonies of #AFDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF0B

Black with #AFDF0B

Text Example


Text Example

White with #AFDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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