Html Css Color HEX #AFCD5D Conifer

📋 copy color: '#AFCD5D'

red 175 ◦ green 205 ◦ blue 93

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

Shades of Conifer #AFCD5D

Tints of Conifer #AFCD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 37%
G = 43.34%
B = 19.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#AFCD5D (or 0xAFCD5D) is known color: Conifer. HEX triplet: AF, CD and 5D. RGB value is (175,205,93). Sum of RGB (Red+Green+Blue) = 175+205+93=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD5D is #5032A2. Grayscale: #B7B7B7. Windows color (decimal): -5255843 or 6147503. OLE color: 6147503.

HSL color Cylindrical-coordinate representation of color #AFCD5D: hue angle of 76.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCD5D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 93 -
CMYK 0.15 0 0.55 0.20
HSL 76.07º 0.53% 0.58% -
HSV(B) 76.07º 0.55% 0.8% -
XYZ 41.49 53.57 18.51 -
YUV 183.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 175 205 93 0.15 0 0.55 0.20 76.07 0.53 0.58
Hex AF CD 5D F 0 37 14 4C 35 3A
Octal 257 315 135 17 0 67 24 114 65 72
Binary 10101111 11001101 1011101 1111 0 110111 10100 1001100 110101 111010

Color Harmonies of #AFCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD5D

Black with #AFCD5D

Text Example


Text Example

White with #AFCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD5D; }

 p { color: rgb(175,205,93); }

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

background-color css

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

 a { background-color: rgb(175,205,93); }

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

border-color css

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

 span { border-color: rgb(175,205,93); }

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