Html Css Color HEX #AFFF23 Green Yellow

📋 copy color: '#AFFF23'

red 175 ◦ green 255 ◦ blue 35

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

Shades of Green Yellow #AFFF23

Tints of Green Yellow #AFFF23

RGB

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

 GREEN value IS 255 (100% from 255) = 54.84%

 BLUE value IS 35 (14.06% from 255) = 7.53%

R = 37.63%
G = 54.84%
B = 7.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#AFFF23 (or 0xAFFF23) is known color: Green Yellow. HEX triplet: AF, FF and 23. RGB value is (175,255,35). Sum of RGB (Red+Green+Blue) = 175+255+35=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF23 is #5000DC. Grayscale: #CECECE. Windows color (decimal): -5243101 or 2359215. OLE color: 2359215.

HSL color Cylindrical-coordinate representation of color #AFFF23: hue angle of 81.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFFF23 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 35 -
CMYK 0.31 0 0.86 0
HSL 81.82º 1% 0.57% -
HSV(B) 81.82º 0.86% 1% -
XYZ 53.74 80.76 14.34 -
YUV 206 31.5 105.89 -
System Red Green Blue C M Y K H S L
Decimal 175 255 35 0.31 0 0.86 0 81.82 1 0.57
Hex AF FF 23 1F 0 56 0 52 64 39
Octal 257 377 43 37 0 126 0 122 144 71
Binary 10101111 11111111 100011 11111 0 1010110 0 1010010 1100100 111001

Color Harmonies of #AFFF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF23

Black with #AFFF23

Text Example


Text Example

White with #AFFF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF23; }

 p { color: rgb(175,255,35); }

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

background-color css

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

 a { background-color: rgb(175,255,35); }

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

border-color css

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

 span { border-color: rgb(175,255,35); }

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