Html Css Color HEX #AFF223 Green Yellow

📋 copy color: '#AFF223'

red 175 ◦ green 242 ◦ blue 35

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

Shades of Green Yellow #AFF223

Tints of Green Yellow #AFF223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.54%

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

R = 38.72%
G = 53.54%
B = 7.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#AFF223 (or 0xAFF223) is known color: Green Yellow. HEX triplet: AF, F2 and 23. RGB value is (175,242,35). Sum of RGB (Red+Green+Blue) = 175+242+35=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF223 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF223 is #500DDC. Grayscale: #C7C7C7. Windows color (decimal): -5246429 or 2355887. OLE color: 2355887.

HSL color Cylindrical-coordinate representation of color #AFF223: hue angle of 79.42º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFF223 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 35 -
CMYK 0.28 0 0.86 0.05
HSL 79.42º 0.89% 0.54% -
HSV(B) 79.42º 0.86% 0.95% -
XYZ 49.73 72.74 13.01 -
YUV 198.37 35.8 111.33 -
System Red Green Blue C M Y K H S L
Decimal 175 242 35 0.28 0 0.86 0.05 79.42 0.89 0.54
Hex AF F2 23 1C 0 56 5 4F 59 36
Octal 257 362 43 34 0 126 5 117 131 66
Binary 10101111 11110010 100011 11100 0 1010110 101 1001111 1011001 110110

Color Harmonies of #AFF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF223

Black with #AFF223

Text Example


Text Example

White with #AFF223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF223; }

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

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

background-color css

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

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

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

border-color css

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

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

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