Html Css Color HEX #AFE328 Inch Worm

📋 copy color: '#AFE328'

red 175 ◦ green 227 ◦ blue 40

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

Shades of Inch Worm #AFE328

Tints of Inch Worm #AFE328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.05%

R = 39.59%
G = 51.36%
B = 9.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#AFE328 (or 0xAFE328) is known color: Inch Worm. HEX triplet: AF, E3 and 28. RGB value is (175,227,40). Sum of RGB (Red+Green+Blue) = 175+227+40=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE328 is #501CD7. Grayscale: #BEBEBE. Windows color (decimal): -5250264 or 2679727. OLE color: 2679727.

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

Color convert

RGB 175 227 40 -
CMYK 0.23 0 0.82 0.11
HSL 76.68º 0.77% 0.52% -
HSV(B) 76.68º 0.82% 0.89% -
XYZ 45.53 64.21 12 -
YUV 190.13 43.27 117.21 -
System Red Green Blue C M Y K H S L
Decimal 175 227 40 0.23 0 0.82 0.11 76.68 0.77 0.52
Hex AF E3 28 17 0 52 B 4D 4D 34
Octal 257 343 50 27 0 122 13 115 115 64
Binary 10101111 11100011 101000 10111 0 1010010 1011 1001101 1001101 110100

Color Harmonies of #AFE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE328

Black with #AFE328

Text Example


Text Example

White with #AFE328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE328; }

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

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

background-color css

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

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

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

border-color css

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

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

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