Html Css Color HEX #AFDF65 Conifer

📋 copy color: '#AFDF65'

red 175 ◦ green 223 ◦ blue 101

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

Shades of Conifer #AFDF65

Tints of Conifer #AFDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.24%

R = 35.07%
G = 44.69%
B = 20.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#AFDF65 (or 0xAFDF65) is known color: Conifer. HEX triplet: AF, DF and 65. RGB value is (175,223,101). Sum of RGB (Red+Green+Blue) = 175+223+101=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF65 is #50209A. Grayscale: #C3C3C3. Windows color (decimal): -5251227 or 6676399. OLE color: 6676399.

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

Color convert

RGB 175 223 101 -
CMYK 0.22 0 0.55 0.13
HSL 83.61º 0.66% 0.64% -
HSV(B) 83.61º 0.55% 0.87% -
XYZ 46.42 62.83 21.99 -
YUV 194.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 175 223 101 0.22 0 0.55 0.13 83.61 0.66 0.64
Hex AF DF 65 16 0 37 D 54 42 40
Octal 257 337 145 26 0 67 15 124 102 100
Binary 10101111 11011111 1100101 10110 0 110111 1101 1010100 1000010 1000000

Color Harmonies of #AFDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF65

Black with #AFDF65

Text Example


Text Example

White with #AFDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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