Html Css Color HEX #AFE325 Inch Worm

📋 copy color: '#AFE325'

red 175 ◦ green 227 ◦ blue 37

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

Shades of Inch Worm #AFE325

Tints of Inch Worm #AFE325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.71%

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

R = 39.86%
G = 51.71%
B = 8.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#AFE325 (or 0xAFE325) is known color: Inch Worm. HEX triplet: AF, E3 and 25. RGB value is (175,227,37). Sum of RGB (Red+Green+Blue) = 175+227+37=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE325 is #501CDA. Grayscale: #BEBEBE. Windows color (decimal): -5250267 or 2483119. OLE color: 2483119.

HSL color Cylindrical-coordinate representation of color #AFE325: hue angle of 76.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFE325 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 37 -
CMYK 0.23 0 0.84 0.11
HSL 76.42º 0.77% 0.52% -
HSV(B) 76.42º 0.84% 0.89% -
XYZ 45.48 64.19 11.74 -
YUV 189.79 41.77 117.45 -
System Red Green Blue C M Y K H S L
Decimal 175 227 37 0.23 0 0.84 0.11 76.42 0.77 0.52
Hex AF E3 25 17 0 54 B 4C 4D 34
Octal 257 343 45 27 0 124 13 114 115 64
Binary 10101111 11100011 100101 10111 0 1010100 1011 1001100 1001101 110100

Color Harmonies of #AFE325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE325

Black with #AFE325

Text Example


Text Example

White with #AFE325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE325; }

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

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

background-color css

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

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

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

border-color css

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

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

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