Html Css Color HEX #AFED2C Green Yellow

📋 copy color: '#AFED2C'

red 175 ◦ green 237 ◦ blue 44

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

Shades of Green Yellow #AFED2C

Tints of Green Yellow #AFED2C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.97%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 38.38%
G = 51.97%
B = 9.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#AFED2C (or 0xAFED2C) is known color: Green Yellow. HEX triplet: AF, ED and 2C. RGB value is (175,237,44). Sum of RGB (Red+Green+Blue) = 175+237+44=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED2C is #5012D3. Grayscale: #C5C5C5. Windows color (decimal): -5247700 or 2944431. OLE color: 2944431.

HSL color Cylindrical-coordinate representation of color #AFED2C: hue angle of 79.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFED2C is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 44 -
CMYK 0.26 0 0.81 0.07
HSL 79.27º 0.84% 0.55% -
HSV(B) 79.27º 0.81% 0.93% -
XYZ 48.42 69.86 13.32 -
YUV 196.46 41.96 112.69 -
System Red Green Blue C M Y K H S L
Decimal 175 237 44 0.26 0 0.81 0.07 79.27 0.84 0.55
Hex AF ED 2C 1A 0 51 7 4F 54 37
Octal 257 355 54 32 0 121 7 117 124 67
Binary 10101111 11101101 101100 11010 0 1010001 111 1001111 1010100 110111

Color Harmonies of #AFED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED2C

Black with #AFED2C

Text Example


Text Example

White with #AFED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED2C; }

 p { color: rgb(175,237,44); }

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

background-color css

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

 a { background-color: rgb(175,237,44); }

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

border-color css

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

 span { border-color: rgb(175,237,44); }

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