Html Css Color HEX #AFDF68 Conifer

📋 copy color: '#AFDF68'

red 175 ◦ green 223 ◦ blue 104

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

Shades of Conifer #AFDF68

Tints of Conifer #AFDF68

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.42%

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

R = 34.86%
G = 44.42%
B = 20.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#AFDF68 (or 0xAFDF68) is known color: Conifer. HEX triplet: AF, DF and 68. RGB value is (175,223,104). Sum of RGB (Red+Green+Blue) = 175+223+104=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF68 is #502097. Grayscale: #C3C3C3. Windows color (decimal): -5251224 or 6873007. OLE color: 6873007.

HSL color Cylindrical-coordinate representation of color #AFDF68: hue angle of 84.2º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDF68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 104 -
CMYK 0.22 0 0.53 0.13
HSL 84.2º 0.65% 0.64% -
HSV(B) 84.2º 0.53% 0.87% -
XYZ 46.57 62.89 22.78 -
YUV 195.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 175 223 104 0.22 0 0.53 0.13 84.2 0.65 0.64
Hex AF DF 68 16 0 35 D 54 41 40
Octal 257 337 150 26 0 65 15 124 101 100
Binary 10101111 11011111 1101000 10110 0 110101 1101 1010100 1000001 1000000

Color Harmonies of #AFDF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF68

Black with #AFDF68

Text Example


Text Example

White with #AFDF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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