Html Css Color HEX #AFD558 Conifer

📋 copy color: '#AFD558'

red 175 ◦ green 213 ◦ blue 88

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

Shades of Conifer #AFD558

Tints of Conifer #AFD558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

 BLUE value IS 88 (34.77% from 255) = 18.49%

R = 36.76%
G = 44.75%
B = 18.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#AFD558 (or 0xAFD558) is known color: Conifer. HEX triplet: AF, D5 and 58. RGB value is (175,213,88). Sum of RGB (Red+Green+Blue) = 175+213+88=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD558 is #502AA7. Grayscale: #BBBBBB. Windows color (decimal): -5253800 or 5821871. OLE color: 5821871.

HSL color Cylindrical-coordinate representation of color #AFD558: hue angle of 78.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFD558 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 88 -
CMYK 0.18 0 0.59 0.16
HSL 78.24º 0.6% 0.59% -
HSV(B) 78.24º 0.59% 0.84% -
XYZ 43.23 57.41 18.03 -
YUV 187.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 175 213 88 0.18 0 0.59 0.16 78.24 0.6 0.59
Hex AF D5 58 12 0 3B 10 4E 3C 3B
Octal 257 325 130 22 0 73 20 116 74 73
Binary 10101111 11010101 1011000 10010 0 111011 10000 1001110 111100 111011

Color Harmonies of #AFD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD558

Black with #AFD558

Text Example


Text Example

White with #AFD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD558; }

 p { color: rgb(175,213,88); }

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

background-color css

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

 a { background-color: rgb(175,213,88); }

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

border-color css

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

 span { border-color: rgb(175,213,88); }

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