Html Css Color HEX #AFDE67 Conifer

📋 copy color: '#AFDE67'

red 175 ◦ green 222 ◦ blue 103

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

Shades of Conifer #AFDE67

Tints of Conifer #AFDE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.6%

R = 35%
G = 44.4%
B = 20.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AFDE67 (or 0xAFDE67) is known color: Conifer. HEX triplet: AF, DE and 67. RGB value is (175,222,103). Sum of RGB (Red+Green+Blue) = 175+222+103=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE67 is #502198. Grayscale: #C2C2C2. Windows color (decimal): -5251481 or 6807215. OLE color: 6807215.

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

Color convert

RGB 175 222 103 -
CMYK 0.21 0 0.54 0.13
HSL 83.7º 0.64% 0.64% -
HSV(B) 83.7º 0.54% 0.87% -
XYZ 46.25 62.34 22.43 -
YUV 194.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 175 222 103 0.21 0 0.54 0.13 83.7 0.64 0.64
Hex AF DE 67 15 0 36 D 54 40 40
Octal 257 336 147 25 0 66 15 124 100 100
Binary 10101111 11011110 1100111 10101 0 110110 1101 1010100 1000000 1000000

Color Harmonies of #AFDE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE67

Black with #AFDE67

Text Example


Text Example

White with #AFDE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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