Html Css Color HEX #AFFC3C Green Yellow

📋 copy color: '#AFFC3C'

red 175 ◦ green 252 ◦ blue 60

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

Shades of Green Yellow #AFFC3C

Tints of Green Yellow #AFFC3C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.75%

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 35.93%
G = 51.75%
B = 12.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#AFFC3C (or 0xAFFC3C) is known color: Green Yellow. HEX triplet: AF, FC and 3C. RGB value is (175,252,60). Sum of RGB (Red+Green+Blue) = 175+252+60=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC3C is #5003C3. Grayscale: #CFCFCF. Windows color (decimal): -5243844 or 3996847. OLE color: 3996847.

HSL color Cylindrical-coordinate representation of color #AFFC3C: hue angle of 84.06º 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 #AFFC3C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 60 -
CMYK 0.31 0 0.76 0.01
HSL 84.06º 0.97% 0.61% -
HSV(B) 84.06º 0.76% 0.99% -
XYZ 53.31 79.06 16.73 -
YUV 207.09 44.99 105.11 -
System Red Green Blue C M Y K H S L
Decimal 175 252 60 0.31 0 0.76 0.01 84.06 0.97 0.61
Hex AF FC 3C 1F 0 4C 1 54 61 3D
Octal 257 374 74 37 0 114 1 124 141 75
Binary 10101111 11111100 111100 11111 0 1001100 1 1010100 1100001 111101

Color Harmonies of #AFFC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC3C

Black with #AFFC3C

Text Example


Text Example

White with #AFFC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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