#AFF235

Color #AFF235 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AFF235

Tints of Green Yellow #AFF235

Color information

#AFF235 (or 0xAFF235) is unknown color: approx Green Yellow. HEX triplet: AF, F2 and 35. RGB value is (175,242,53). Sum of RGB (Red+Green+Blue) = 175+242+53=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF235 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF235 is #500DCA. Grayscale: #C9C9C9. Windows color (decimal): -5246411 or 3535535. OLE color: 3535535.

HSL color Cylindrical-coordinate representation of color #AFF235: hue angle of 81.27º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFF235 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB17524253-
CMYK0.2800.780.05
HSL81.27º87.91%57.84%-
HSV(B)81.27º78.1%94.9%-
XYZ50.0772.8814.8-
YUV200.4244.8109.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 242 (94.92% from 255) = 51.49%
BLUE value IS 53 (21.09% from 255) = 11.28%
R=37.23%
G=51.49%
B=11.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175242530.2800.780.0581.2787.9157.84
HexAFF2351C04E551583a
Octal25736265340116512113072
Binary1010111111110010110101111000100111010110100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF235; }

 p { color: rgb(175,242,53); }

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

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

 a { background-color: rgb(175,242,53); }

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

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

 span { border-color: rgb(175,242,53); }

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