Html Css Color HEX #AFF12D Green Yellow

📋 copy color: '#AFF12D'

red 175 ◦ green 241 ◦ blue 45

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

Shades of Green Yellow #AFF12D

Tints of Green Yellow #AFF12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.28%

 BLUE value IS 45 (17.97% from 255) = 9.76%

R = 37.96%
G = 52.28%
B = 9.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#AFF12D (or 0xAFF12D) is known color: Green Yellow. HEX triplet: AF, F1 and 2D. RGB value is (175,241,45). Sum of RGB (Red+Green+Blue) = 175+241+45=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF12D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF12D is #500ED2. Grayscale: #C7C7C7. Windows color (decimal): -5246675 or 3010991. OLE color: 3010991.

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

Color convert

RGB 175 241 45 -
CMYK 0.27 0 0.81 0.05
HSL 80.2º 0.88% 0.56% -
HSV(B) 80.2º 0.81% 0.95% -
XYZ 49.61 72.21 13.81 -
YUV 198.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 175 241 45 0.27 0 0.81 0.05 80.2 0.88 0.56
Hex AF F1 2D 1B 0 51 5 50 58 38
Octal 257 361 55 33 0 121 5 120 130 70
Binary 10101111 11110001 101101 11011 0 1010001 101 1010000 1011000 111000

Color Harmonies of #AFF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF12D

Black with #AFF12D

Text Example


Text Example

White with #AFF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF12D; }

 p { color: rgb(175,241,45); }

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

background-color css

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

 a { background-color: rgb(175,241,45); }

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

border-color css

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

 span { border-color: rgb(175,241,45); }

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