Html Css Color HEX #AFDC68 Conifer

📋 copy color: '#AFDC68'

red 175 ◦ green 220 ◦ blue 104

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

Shades of Conifer #AFDC68

Tints of Conifer #AFDC68

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 104 (41.02% from 255) = 20.84%

R = 35.07%
G = 44.09%
B = 20.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#AFDC68 (or 0xAFDC68) is known color: Conifer. HEX triplet: AF, DC and 68. RGB value is (175,220,104). Sum of RGB (Red+Green+Blue) = 175+220+104=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC68 is #502397. Grayscale: #C1C1C1. Windows color (decimal): -5251992 or 6872239. OLE color: 6872239.

HSL color Cylindrical-coordinate representation of color #AFDC68: hue angle of 83.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDC68 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 104 -
CMYK 0.20 0 0.53 0.14
HSL 83.28º 0.62% 0.64% -
HSV(B) 83.28º 0.53% 0.86% -
XYZ 45.77 61.3 22.52 -
YUV 193.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 175 220 104 0.20 0 0.53 0.14 83.28 0.62 0.64
Hex AF DC 68 14 0 35 E 53 3E 40
Octal 257 334 150 24 0 65 16 123 76 100
Binary 10101111 11011100 1101000 10100 0 110101 1110 1010011 111110 1000000

Color Harmonies of #AFDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC68

Black with #AFDC68

Text Example


Text Example

White with #AFDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC68; }

 p { color: rgb(175,220,104); }

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

background-color css

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

 a { background-color: rgb(175,220,104); }

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

border-color css

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

 span { border-color: rgb(175,220,104); }

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