Html Css Color HEX #AFF545 Green Yellow

📋 copy color: '#AFF545'

red 175 ◦ green 245 ◦ blue 69

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

Shades of Green Yellow #AFF545

Tints of Green Yellow #AFF545

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.1%

 BLUE value IS 69 (27.34% from 255) = 14.11%

R = 35.79%
G = 50.1%
B = 14.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#AFF545 (or 0xAFF545) is known color: Green Yellow. HEX triplet: AF, F5 and 45. RGB value is (175,245,69). Sum of RGB (Red+Green+Blue) = 175+245+69=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF545 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF545 is #500ABA. Grayscale: #CCCCCC. Windows color (decimal): -5245627 or 4584879. OLE color: 4584879.

HSL color Cylindrical-coordinate representation of color #AFF545: hue angle of 83.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFF545 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 69 -
CMYK 0.29 0 0.72 0.04
HSL 83.86º 0.9% 0.62% -
HSV(B) 83.86º 0.72% 0.96% -
XYZ 51.41 74.85 17.37 -
YUV 204.01 51.81 107.31 -
System Red Green Blue C M Y K H S L
Decimal 175 245 69 0.29 0 0.72 0.04 83.86 0.9 0.62
Hex AF F5 45 1D 0 48 4 54 5A 3E
Octal 257 365 105 35 0 110 4 124 132 76
Binary 10101111 11110101 1000101 11101 0 1001000 100 1010100 1011010 111110

Color Harmonies of #AFF545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF545

Black with #AFF545

Text Example


Text Example

White with #AFF545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF545; }

 p { color: rgb(175,245,69); }

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

background-color css

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

 a { background-color: rgb(175,245,69); }

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

border-color css

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

 span { border-color: rgb(175,245,69); }

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