Html Css Color HEX #AFF238 Green Yellow

📋 copy color: '#AFF238'

red 175 ◦ green 242 ◦ blue 56

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

Shades of Green Yellow #AFF238

Tints of Green Yellow #AFF238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.84%

R = 37%
G = 51.16%
B = 11.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#AFF238 (or 0xAFF238) is known color: Green Yellow. HEX triplet: AF, F2 and 38. RGB value is (175,242,56). Sum of RGB (Red+Green+Blue) = 175+242+56=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF238 is #500DC7. Grayscale: #C9C9C9. Windows color (decimal): -5246408 or 3732143. OLE color: 3732143.

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

Color convert

RGB 175 242 56 -
CMYK 0.28 0 0.77 0.05
HSL 81.61º 0.88% 0.58% -
HSV(B) 81.61º 0.77% 0.95% -
XYZ 50.15 72.9 15.17 -
YUV 200.76 46.3 109.62 -
System Red Green Blue C M Y K H S L
Decimal 175 242 56 0.28 0 0.77 0.05 81.61 0.88 0.58
Hex AF F2 38 1C 0 4D 5 52 58 3A
Octal 257 362 70 34 0 115 5 122 130 72
Binary 10101111 11110010 111000 11100 0 1001101 101 1010010 1011000 111010

Color Harmonies of #AFF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF238

Black with #AFF238

Text Example


Text Example

White with #AFF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF238; }

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

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

background-color css

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

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

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

border-color css

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

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

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