Html Css Color HEX #AFE544 Conifer

📋 copy color: '#AFE544'

red 175 ◦ green 229 ◦ blue 68

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

Shades of Conifer #AFE544

Tints of Conifer #AFE544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.52%

 BLUE value IS 68 (26.95% from 255) = 14.41%

R = 37.08%
G = 48.52%
B = 14.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#AFE544 (or 0xAFE544) is known color: Conifer. HEX triplet: AF, E5 and 44. RGB value is (175,229,68). Sum of RGB (Red+Green+Blue) = 175+229+68=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE544 is #501ABB. Grayscale: #C3C3C3. Windows color (decimal): -5249724 or 4515247. OLE color: 4515247.

HSL color Cylindrical-coordinate representation of color #AFE544: hue angle of 80.12º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE544 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 68 -
CMYK 0.24 0 0.70 0.10
HSL 80.12º 0.76% 0.58% -
HSV(B) 80.12º 0.7% 0.9% -
XYZ 46.74 65.57 15.66 -
YUV 194.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 175 229 68 0.24 0 0.70 0.10 80.12 0.76 0.58
Hex AF E5 44 18 0 46 A 50 4C 3A
Octal 257 345 104 30 0 106 12 120 114 72
Binary 10101111 11100101 1000100 11000 0 1000110 1010 1010000 1001100 111010

Color Harmonies of #AFE544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE544

Black with #AFE544

Text Example


Text Example

White with #AFE544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE544; }

 p { color: rgb(175,229,68); }

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

background-color css

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

 a { background-color: rgb(175,229,68); }

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

border-color css

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

 span { border-color: rgb(175,229,68); }

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