Html Css Color HEX #AFD268 Conifer

📋 copy color: '#AFD268'

red 175 ◦ green 210 ◦ blue 104

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

Shades of Conifer #AFD268

Tints of Conifer #AFD268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 35.79%
G = 42.94%
B = 21.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#AFD268 (or 0xAFD268) is known color: Conifer. HEX triplet: AF, D2 and 68. RGB value is (175,210,104). Sum of RGB (Red+Green+Blue) = 175+210+104=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD268 is #502D97. Grayscale: #BBBBBB. Windows color (decimal): -5254552 or 6869679. OLE color: 6869679.

HSL color Cylindrical-coordinate representation of color #AFD268: hue angle of 79.81º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD268 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 104 -
CMYK 0.17 0 0.50 0.18
HSL 79.81º 0.54% 0.62% -
HSV(B) 79.81º 0.5% 0.82% -
XYZ 43.22 56.21 21.67 -
YUV 187.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 175 210 104 0.17 0 0.50 0.18 79.81 0.54 0.62
Hex AF D2 68 11 0 32 12 50 36 3E
Octal 257 322 150 21 0 62 22 120 66 76
Binary 10101111 11010010 1101000 10001 0 110010 10010 1010000 110110 111110

Color Harmonies of #AFD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD268

Black with #AFD268

Text Example


Text Example

White with #AFD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD268; }

 p { color: rgb(175,210,104); }

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

background-color css

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

 a { background-color: rgb(175,210,104); }

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

border-color css

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

 span { border-color: rgb(175,210,104); }

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