Html Css Color HEX #AFDF67 Conifer

📋 copy color: '#AFDF67'

red 175 ◦ green 223 ◦ blue 103

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

Shades of Conifer #AFDF67

Tints of Conifer #AFDF67

RGB

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

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

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

R = 34.93%
G = 44.51%
B = 20.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AFDF67 (or 0xAFDF67) is known color: Conifer. HEX triplet: AF, DF and 67. RGB value is (175,223,103). Sum of RGB (Red+Green+Blue) = 175+223+103=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF67 is #502098. Grayscale: #C3C3C3. Windows color (decimal): -5251225 or 6807471. OLE color: 6807471.

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

Color convert

RGB 175 223 103 -
CMYK 0.22 0 0.54 0.13
HSL 84º 0.65% 0.64% -
HSV(B) 84º 0.54% 0.87% -
XYZ 46.52 62.87 22.52 -
YUV 194.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 175 223 103 0.22 0 0.54 0.13 84 0.65 0.64
Hex AF DF 67 16 0 36 D 54 41 40
Octal 257 337 147 26 0 66 15 124 101 100
Binary 10101111 11011111 1100111 10110 0 110110 1101 1010100 1000001 1000000

Color Harmonies of #AFDF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF67

Black with #AFDF67

Text Example


Text Example

White with #AFDF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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