Html Css Color HEX #AFDF25 Inch Worm

📋 copy color: '#AFDF25'

red 175 ◦ green 223 ◦ blue 37

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

Shades of Inch Worm #AFDF25

Tints of Inch Worm #AFDF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 40.23%
G = 51.26%
B = 8.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#AFDF25 (or 0xAFDF25) is known color: Inch Worm. HEX triplet: AF, DF and 25. RGB value is (175,223,37). Sum of RGB (Red+Green+Blue) = 175+223+37=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF25 is #5020DA. Grayscale: #BCBCBC. Windows color (decimal): -5251291 or 2482095. OLE color: 2482095.

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

Color convert

RGB 175 223 37 -
CMYK 0.22 0 0.83 0.13
HSL 75.48º 0.74% 0.51% -
HSV(B) 75.48º 0.83% 0.87% -
XYZ 44.4 62.02 11.38 -
YUV 187.44 43.1 119.12 -
System Red Green Blue C M Y K H S L
Decimal 175 223 37 0.22 0 0.83 0.13 75.48 0.74 0.51
Hex AF DF 25 16 0 53 D 4B 4A 33
Octal 257 337 45 26 0 123 15 113 112 63
Binary 10101111 11011111 100101 10110 0 1010011 1101 1001011 1001010 110011

Color Harmonies of #AFDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF25

Black with #AFDF25

Text Example


Text Example

White with #AFDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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