Html Css Color HEX #AFDA65 Conifer

📋 copy color: '#AFDA65'

red 175 ◦ green 218 ◦ blue 101

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

Shades of Conifer #AFDA65

Tints of Conifer #AFDA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 35.43%
G = 44.13%
B = 20.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#AFDA65 (or 0xAFDA65) is known color: Conifer. HEX triplet: AF, DA and 65. RGB value is (175,218,101). Sum of RGB (Red+Green+Blue) = 175+218+101=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA65 is #50259A. Grayscale: #C0C0C0. Windows color (decimal): -5252507 or 6675119. OLE color: 6675119.

HSL color Cylindrical-coordinate representation of color #AFDA65: hue angle of 82.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFDA65 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 101 -
CMYK 0.20 0 0.54 0.15
HSL 82.05º 0.61% 0.63% -
HSV(B) 82.05º 0.54% 0.85% -
XYZ 45.1 60.2 21.55 -
YUV 191.81 76.75 116.01 -
System Red Green Blue C M Y K H S L
Decimal 175 218 101 0.20 0 0.54 0.15 82.05 0.61 0.63
Hex AF DA 65 14 0 36 F 52 3D 3F
Octal 257 332 145 24 0 66 17 122 75 77
Binary 10101111 11011010 1100101 10100 0 110110 1111 1010010 111101 111111

Color Harmonies of #AFDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA65

Black with #AFDA65

Text Example


Text Example

White with #AFDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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