Html Css Color HEX #AFFF27 Green Yellow

📋 copy color: '#AFFF27'

red 175 ◦ green 255 ◦ blue 39

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

Shades of Green Yellow #AFFF27

Tints of Green Yellow #AFFF27

RGB

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

 GREEN value IS 255 (100% from 255) = 54.37%

 BLUE value IS 39 (15.63% from 255) = 8.32%

R = 37.31%
G = 54.37%
B = 8.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#AFFF27 (or 0xAFFF27) is known color: Green Yellow. HEX triplet: AF, FF and 27. RGB value is (175,255,39). Sum of RGB (Red+Green+Blue) = 175+255+39=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF27 is #5000D8. Grayscale: #CFCFCF. Windows color (decimal): -5243097 or 2621359. OLE color: 2621359.

HSL color Cylindrical-coordinate representation of color #AFFF27: hue angle of 82.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFFF27 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 39 -
CMYK 0.31 0 0.85 0
HSL 82.22º 1% 0.58% -
HSV(B) 82.22º 0.85% 1% -
XYZ 53.81 80.78 14.68 -
YUV 206.46 33.5 105.56 -
System Red Green Blue C M Y K H S L
Decimal 175 255 39 0.31 0 0.85 0 82.22 1 0.58
Hex AF FF 27 1F 0 55 0 52 64 3A
Octal 257 377 47 37 0 125 0 122 144 72
Binary 10101111 11111111 100111 11111 0 1010101 0 1010010 1100100 111010

Color Harmonies of #AFFF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF27

Black with #AFFF27

Text Example


Text Example

White with #AFFF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF27; }

 p { color: rgb(175,255,39); }

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

background-color css

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

 a { background-color: rgb(175,255,39); }

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

border-color css

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

 span { border-color: rgb(175,255,39); }

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