Html Css Color HEX #AFDF69 Conifer

📋 copy color: '#AFDF69'

red 175 ◦ green 223 ◦ blue 105

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

Shades of Conifer #AFDF69

Tints of Conifer #AFDF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.87%

R = 34.79%
G = 44.33%
B = 20.87%

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

#AFDF69 (or 0xAFDF69) is known color: Conifer. HEX triplet: AF, DF and 69. RGB value is (175,223,105). Sum of RGB (Red+Green+Blue) = 175+223+105=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF69 is #502096. Grayscale: #C3C3C3. Windows color (decimal): -5251223 or 6938543. OLE color: 6938543.

HSL color Cylindrical-coordinate representation of color #AFDF69: hue angle of 84.41º 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 #AFDF69 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 105 -
CMYK 0.22 0 0.53 0.13
HSL 84.41º 0.65% 0.64% -
HSV(B) 84.41º 0.53% 0.87% -
XYZ 46.62 62.91 23.05 -
YUV 195.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 175 223 105 0.22 0 0.53 0.13 84.41 0.65 0.64
Hex AF DF 69 16 0 35 D 54 41 40
Octal 257 337 151 26 0 65 15 124 101 100
Binary 10101111 11011111 1101001 10110 0 110101 1101 1010100 1000001 1000000

Color Harmonies of #AFDF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF69

Black with #AFDF69

Text Example


Text Example

White with #AFDF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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