#AFEB23

Color #AFEB23 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AFEB23

Tints of Inch Worm #AFEB23

Color information

#AFEB23 (or 0xAFEB23) is unknown color: approx Inch Worm. HEX triplet: AF, EB and 23. RGB value is (175,235,35). Sum of RGB (Red+Green+Blue) = 175+235+35=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB23 is #5014DC. Grayscale: #C3C3C3. Windows color (decimal): -5248221 or 2354095. OLE color: 2354095.

HSL color Cylindrical-coordinate representation of color #AFEB23: hue angle of 78º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFEB23 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB17523535-
CMYK0.2600.850.08
HSL78º83.33%52.94%-
HSV(B)78º85.11%92.16%-
XYZ47.6968.6512.33-
YUV194.2638.12114.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 235 (92.19% from 255) = 52.81%
BLUE value IS 35 (14.06% from 255) = 7.87%
R=39.33%
G=52.81%
B=7.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175235350.2600.850.087883.3352.94
HexAFEB231A05584e5335
Octal257353433201251011612365
Binary10101111111010111000111101001010101100010011101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB23; }

 p { color: rgb(175,235,35); }

 H1.HeaderClassName
 {
   color: #AFEB23;
 }
 .AnyTagClassName
 {
   color: #AFEB23;
 }
</style>
background-color css

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

 a { background-color: rgb(175,235,35); }

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

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

 span { border-color: rgb(175,235,35); }

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