#AFFC3D

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

Shades of Green Yellow #AFFC3D

Tints of Green Yellow #AFFC3D

Color information

#AFFC3D (or 0xAFFC3D) is unknown color: approx Green Yellow. HEX triplet: AF, FC and 3D. RGB value is (175,252,61). Sum of RGB (Red+Green+Blue) = 175+252+61=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC3D is #5003C2. Grayscale: #CFCFCF. Windows color (decimal): -5243843 or 4062383. OLE color: 4062383.

HSL color Cylindrical-coordinate representation of color #AFFC3D: hue angle of 84.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFFC3D is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB17525261-
CMYK0.3100.760.01
HSL84.19º96.95%61.37%-
HSV(B)84.19º75.79%98.82%-
XYZ53.3379.0716.87-
YUV207.245.49105.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 252 (98.83% from 255) = 51.64%
BLUE value IS 61 (24.22% from 255) = 12.5%
R=35.86%
G=51.64%
B=12.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175252610.3100.760.0184.1996.9561.37
HexAFFC3D1F04C154613d
Octal25737475370114112414175
Binary10101111111111001111011111101001100110101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC3D; }

 p { color: rgb(175,252,61); }

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

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

 a { background-color: rgb(175,252,61); }

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

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

 span { border-color: rgb(175,252,61); }

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