Html Css Color HEX #AFD362 Conifer

📋 copy color: '#AFD362'

red 175 ◦ green 211 ◦ blue 98

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

Shades of Conifer #AFD362

Tints of Conifer #AFD362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.6%

 BLUE value IS 98 (38.67% from 255) = 20.25%

R = 36.16%
G = 43.6%
B = 20.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#AFD362 (or 0xAFD362) is known color: Conifer. HEX triplet: AF, D3 and 62. RGB value is (175,211,98). Sum of RGB (Red+Green+Blue) = 175+211+98=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD362 is #502C9D. Grayscale: #BBBBBB. Windows color (decimal): -5254302 or 6476719. OLE color: 6476719.

HSL color Cylindrical-coordinate representation of color #AFD362: hue angle of 79.12º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFD362 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 98 -
CMYK 0.17 0 0.54 0.17
HSL 79.12º 0.56% 0.61% -
HSV(B) 79.12º 0.54% 0.83% -
XYZ 43.18 56.58 20.2 -
YUV 187.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 175 211 98 0.17 0 0.54 0.17 79.12 0.56 0.61
Hex AF D3 62 11 0 36 11 4F 38 3D
Octal 257 323 142 21 0 66 21 117 70 75
Binary 10101111 11010011 1100010 10001 0 110110 10001 1001111 111000 111101

Color Harmonies of #AFD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD362

Black with #AFD362

Text Example


Text Example

White with #AFD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD362; }

 p { color: rgb(175,211,98); }

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

background-color css

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

 a { background-color: rgb(175,211,98); }

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

border-color css

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

 span { border-color: rgb(175,211,98); }

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