Html Css Color HEX #AFDF63 Conifer

📋 copy color: '#AFDF63'

red 175 ◦ green 223 ◦ blue 99

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

Shades of Conifer #AFDF63

Tints of Conifer #AFDF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.92%

R = 35.21%
G = 44.87%
B = 19.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#AFDF63 (or 0xAFDF63) is known color: Conifer. HEX triplet: AF, DF and 63. RGB value is (175,223,99). Sum of RGB (Red+Green+Blue) = 175+223+99=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF63 is #50209C. Grayscale: #C2C2C2. Windows color (decimal): -5251229 or 6545327. OLE color: 6545327.

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

Color convert

RGB 175 223 99 -
CMYK 0.22 0 0.56 0.13
HSL 83.23º 0.66% 0.63% -
HSV(B) 83.23º 0.56% 0.87% -
XYZ 46.32 62.79 21.48 -
YUV 194.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 175 223 99 0.22 0 0.56 0.13 83.23 0.66 0.63
Hex AF DF 63 16 0 38 D 53 42 3F
Octal 257 337 143 26 0 70 15 123 102 77
Binary 10101111 11011111 1100011 10110 0 111000 1101 1010011 1000010 111111

Color Harmonies of #AFDF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF63

Black with #AFDF63

Text Example


Text Example

White with #AFDF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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