Html Css Color HEX #AFFD35 Green Yellow

📋 copy color: '#AFFD35'

red 175 ◦ green 253 ◦ blue 53

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

Shades of Green Yellow #AFFD35

Tints of Green Yellow #AFFD35

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.6%

 BLUE value IS 53 (21.09% from 255) = 11.02%

R = 36.38%
G = 52.6%
B = 11.02%

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

#AFFD35 (or 0xAFFD35) is known color: Green Yellow. HEX triplet: AF, FD and 35. RGB value is (175,253,53). Sum of RGB (Red+Green+Blue) = 175+253+53=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFD35 is #5002CA. Grayscale: #CFCFCF. Windows color (decimal): -5243595 or 3538351. OLE color: 3538351.

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

Color convert

RGB 175 253 53 -
CMYK 0.31 0 0.79 0.01
HSL 83.4º 0.98% 0.6% -
HSV(B) 83.4º 0.79% 0.99% -
XYZ 53.45 79.62 15.92 -
YUV 206.88 41.16 105.26 -
System Red Green Blue C M Y K H S L
Decimal 175 253 53 0.31 0 0.79 0.01 83.4 0.98 0.6
Hex AF FD 35 1F 0 4F 1 53 62 3C
Octal 257 375 65 37 0 117 1 123 142 74
Binary 10101111 11111101 110101 11111 0 1001111 1 1010011 1100010 111100

Color Harmonies of #AFFD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD35

Black with #AFFD35

Text Example


Text Example

White with #AFFD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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