Html Css Color HEX #AFEA2D Green Yellow

📋 copy color: '#AFEA2D'

red 175 ◦ green 234 ◦ blue 45

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

Shades of Green Yellow #AFEA2D

Tints of Green Yellow #AFEA2D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.54%

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

R = 38.55%
G = 51.54%
B = 9.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#AFEA2D (or 0xAFEA2D) is known color: Green Yellow. HEX triplet: AF, EA and 2D. RGB value is (175,234,45). Sum of RGB (Red+Green+Blue) = 175+234+45=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA2D is #5015D2. Grayscale: #C3C3C3. Windows color (decimal): -5248467 or 3009199. OLE color: 3009199.

HSL color Cylindrical-coordinate representation of color #AFEA2D: hue angle of 78.73º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFEA2D is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 45 -
CMYK 0.25 0 0.81 0.08
HSL 78.73º 0.82% 0.55% -
HSV(B) 78.73º 0.81% 0.92% -
XYZ 47.58 68.15 13.13 -
YUV 194.81 43.45 113.87 -
System Red Green Blue C M Y K H S L
Decimal 175 234 45 0.25 0 0.81 0.08 78.73 0.82 0.55
Hex AF EA 2D 19 0 51 8 4F 52 37
Octal 257 352 55 31 0 121 10 117 122 67
Binary 10101111 11101010 101101 11001 0 1010001 1000 1001111 1010010 110111

Color Harmonies of #AFEA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA2D

Black with #AFEA2D

Text Example


Text Example

White with #AFEA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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