Html Css Color HEX #AFD567 Conifer

📋 copy color: '#AFD567'

red 175 ◦ green 213 ◦ blue 103

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

Shades of Conifer #AFD567

Tints of Conifer #AFD567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.98%

R = 35.64%
G = 43.38%
B = 20.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#AFD567 (or 0xAFD567) is known color: Conifer. HEX triplet: AF, D5 and 67. RGB value is (175,213,103). Sum of RGB (Red+Green+Blue) = 175+213+103=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD567 is #502A98. Grayscale: #BDBDBD. Windows color (decimal): -5253785 or 6804911. OLE color: 6804911.

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

Color convert

RGB 175 213 103 -
CMYK 0.18 0 0.52 0.16
HSL 80.73º 0.57% 0.62% -
HSV(B) 80.73º 0.52% 0.84% -
XYZ 43.92 57.68 21.65 -
YUV 189.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 175 213 103 0.18 0 0.52 0.16 80.73 0.57 0.62
Hex AF D5 67 12 0 34 10 51 39 3E
Octal 257 325 147 22 0 64 20 121 71 76
Binary 10101111 11010101 1100111 10010 0 110100 10000 1010001 111001 111110

Color Harmonies of #AFD567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD567

Black with #AFD567

Text Example


Text Example

White with #AFD567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD567; }

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

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

background-color css

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

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

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

border-color css

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

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

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