Html Css Color HEX #AFE327 Inch Worm

📋 copy color: '#AFE327'

red 175 ◦ green 227 ◦ blue 39

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

Shades of Inch Worm #AFE327

Tints of Inch Worm #AFE327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 39.68%
G = 51.47%
B = 8.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#AFE327 (or 0xAFE327) is known color: Inch Worm. HEX triplet: AF, E3 and 27. RGB value is (175,227,39). Sum of RGB (Red+Green+Blue) = 175+227+39=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE327 is #501CD8. Grayscale: #BEBEBE. Windows color (decimal): -5250265 or 2614191. OLE color: 2614191.

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

Color convert

RGB 175 227 39 -
CMYK 0.23 0 0.83 0.11
HSL 76.6º 0.77% 0.52% -
HSV(B) 76.6º 0.83% 0.89% -
XYZ 45.51 64.2 11.91 -
YUV 190.02 42.77 117.29 -
System Red Green Blue C M Y K H S L
Decimal 175 227 39 0.23 0 0.83 0.11 76.6 0.77 0.52
Hex AF E3 27 17 0 53 B 4D 4D 34
Octal 257 343 47 27 0 123 13 115 115 64
Binary 10101111 11100011 100111 10111 0 1010011 1011 1001101 1001101 110100

Color Harmonies of #AFE327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE327

Black with #AFE327

Text Example


Text Example

White with #AFE327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE327; }

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

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

background-color css

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

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

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

border-color css

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

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

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