Html Css Color HEX #AFCD50 Conifer

📋 copy color: '#AFCD50'

red 175 ◦ green 205 ◦ blue 80

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

Shades of Conifer #AFCD50

Tints of Conifer #AFCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.39%

R = 38.04%
G = 44.57%
B = 17.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#AFCD50 (or 0xAFCD50) is known color: Conifer. HEX triplet: AF, CD and 50. RGB value is (175,205,80). Sum of RGB (Red+Green+Blue) = 175+205+80=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD50 is #5032AF. Grayscale: #B6B6B6. Windows color (decimal): -5255856 or 5295535. OLE color: 5295535.

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

Color convert

RGB 175 205 80 -
CMYK 0.15 0 0.61 0.20
HSL 74.4º 0.56% 0.56% -
HSV(B) 74.4º 0.61% 0.8% -
XYZ 40.96 53.36 15.73 -
YUV 181.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 175 205 80 0.15 0 0.61 0.20 74.4 0.56 0.56
Hex AF CD 50 F 0 3D 14 4A 38 38
Octal 257 315 120 17 0 75 24 112 70 70
Binary 10101111 11001101 1010000 1111 0 111101 10100 1001010 111000 111000

Color Harmonies of #AFCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD50

Black with #AFCD50

Text Example


Text Example

White with #AFCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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