Html Css Color HEX #AFDF1E Inch Worm

📋 copy color: '#AFDF1E'

red 175 ◦ green 223 ◦ blue 30

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

Shades of Inch Worm #AFDF1E

Tints of Inch Worm #AFDF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.01%

R = 40.89%
G = 52.1%
B = 7.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#AFDF1E (or 0xAFDF1E) is known color: Inch Worm. HEX triplet: AF, DF and 1E. RGB value is (175,223,30). Sum of RGB (Red+Green+Blue) = 175+223+30=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF1E is #5020E1. Grayscale: #BBBBBB. Windows color (decimal): -5251298 or 2023343. OLE color: 2023343.

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

Color convert

RGB 175 223 30 -
CMYK 0.22 0 0.87 0.13
HSL 74.92º 0.76% 0.5% -
HSV(B) 74.92º 0.87% 0.87% -
XYZ 44.3 61.98 10.86 -
YUV 186.65 39.6 119.69 -
System Red Green Blue C M Y K H S L
Decimal 175 223 30 0.22 0 0.87 0.13 74.92 0.76 0.5
Hex AF DF 1E 16 0 57 D 4B 4C 32
Octal 257 337 36 26 0 127 15 113 114 62
Binary 10101111 11011111 11110 10110 0 1010111 1101 1001011 1001100 110010

Color Harmonies of #AFDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF1E

Black with #AFDF1E

Text Example


Text Example

White with #AFDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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