Html Css Color HEX #AFF32B Green Yellow

📋 copy color: '#AFF32B'

red 175 ◦ green 243 ◦ blue 43

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

Shades of Green Yellow #AFF32B

Tints of Green Yellow #AFF32B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.71%

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 37.96%
G = 52.71%
B = 9.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#AFF32B (or 0xAFF32B) is known color: Green Yellow. HEX triplet: AF, F3 and 2B. RGB value is (175,243,43). Sum of RGB (Red+Green+Blue) = 175+243+43=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF32B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF32B is #500CD4. Grayscale: #C8C8C8. Windows color (decimal): -5246165 or 2880431. OLE color: 2880431.

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

Color convert

RGB 175 243 43 -
CMYK 0.28 0 0.82 0.05
HSL 80.4º 0.89% 0.56% -
HSV(B) 80.4º 0.82% 0.95% -
XYZ 50.17 73.39 13.81 -
YUV 199.87 39.47 110.26 -
System Red Green Blue C M Y K H S L
Decimal 175 243 43 0.28 0 0.82 0.05 80.4 0.89 0.56
Hex AF F3 2B 1C 0 52 5 50 59 38
Octal 257 363 53 34 0 122 5 120 131 70
Binary 10101111 11110011 101011 11100 0 1010010 101 1010000 1011001 111000

Color Harmonies of #AFF32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF32B

Black with #AFF32B

Text Example


Text Example

White with #AFF32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF32B; }

 p { color: rgb(175,243,43); }

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

background-color css

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

 a { background-color: rgb(175,243,43); }

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

border-color css

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

 span { border-color: rgb(175,243,43); }

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