Html Css Color HEX #AFDE65 Conifer

📋 copy color: '#AFDE65'

red 175 ◦ green 222 ◦ blue 101

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

Shades of Conifer #AFDE65

Tints of Conifer #AFDE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

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

R = 35.14%
G = 44.58%
B = 20.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#AFDE65 (or 0xAFDE65) is known color: Conifer. HEX triplet: AF, DE and 65. RGB value is (175,222,101). Sum of RGB (Red+Green+Blue) = 175+222+101=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE65 is #50219A. Grayscale: #C2C2C2. Windows color (decimal): -5251483 or 6676143. OLE color: 6676143.

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

Color convert

RGB 175 222 101 -
CMYK 0.21 0 0.55 0.13
HSL 83.31º 0.65% 0.63% -
HSV(B) 83.31º 0.55% 0.87% -
XYZ 46.15 62.3 21.9 -
YUV 194.15 75.43 114.34 -
System Red Green Blue C M Y K H S L
Decimal 175 222 101 0.21 0 0.55 0.13 83.31 0.65 0.63
Hex AF DE 65 15 0 37 D 53 41 3F
Octal 257 336 145 25 0 67 15 123 101 77
Binary 10101111 11011110 1100101 10101 0 110111 1101 1010011 1000001 111111

Color Harmonies of #AFDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE65

Black with #AFDE65

Text Example


Text Example

White with #AFDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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