Html Css Color HEX #AFDA62 Conifer

📋 copy color: '#AFDA62'

red 175 ◦ green 218 ◦ blue 98

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

Shades of Conifer #AFDA62

Tints of Conifer #AFDA62

RGB

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

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

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

R = 35.64%
G = 44.4%
B = 19.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#AFDA62 (or 0xAFDA62) is known color: Conifer. HEX triplet: AF, DA and 62. RGB value is (175,218,98). Sum of RGB (Red+Green+Blue) = 175+218+98=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA62 is #50259D. Grayscale: #BFBFBF. Windows color (decimal): -5252510 or 6478511. OLE color: 6478511.

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

Color convert

RGB 175 218 98 -
CMYK 0.20 0 0.55 0.15
HSL 81.5º 0.62% 0.62% -
HSV(B) 81.5º 0.55% 0.85% -
XYZ 44.96 60.14 20.79 -
YUV 191.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 175 218 98 0.20 0 0.55 0.15 81.5 0.62 0.62
Hex AF DA 62 14 0 37 F 52 3E 3E
Octal 257 332 142 24 0 67 17 122 76 76
Binary 10101111 11011010 1100010 10100 0 110111 1111 1010010 111110 111110

Color Harmonies of #AFDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA62

Black with #AFDA62

Text Example


Text Example

White with #AFDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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