Html Css Color HEX #AFFC34 Green Yellow

📋 copy color: '#AFFC34'

red 175 ◦ green 252 ◦ blue 52

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

Shades of Green Yellow #AFFC34

Tints of Green Yellow #AFFC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.86%

R = 36.53%
G = 52.61%
B = 10.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#AFFC34 (or 0xAFFC34) is known color: Green Yellow. HEX triplet: AF, FC and 34. RGB value is (175,252,52). Sum of RGB (Red+Green+Blue) = 175+252+52=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC34 is #5003CB. Grayscale: #CECECE. Windows color (decimal): -5243852 or 3472559. OLE color: 3472559.

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

Color convert

RGB 175 252 52 -
CMYK 0.31 0 0.79 0.01
HSL 83.1º 0.97% 0.6% -
HSV(B) 83.1º 0.79% 0.99% -
XYZ 53.11 78.98 15.69 -
YUV 206.18 40.99 105.76 -
System Red Green Blue C M Y K H S L
Decimal 175 252 52 0.31 0 0.79 0.01 83.1 0.97 0.6
Hex AF FC 34 1F 0 4F 1 53 61 3C
Octal 257 374 64 37 0 117 1 123 141 74
Binary 10101111 11111100 110100 11111 0 1001111 1 1010011 1100001 111100

Color Harmonies of #AFFC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC34

Black with #AFFC34

Text Example


Text Example

White with #AFFC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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