Html Css Color HEX #AFDD62 Conifer

📋 copy color: '#AFDD62'

red 175 ◦ green 221 ◦ blue 98

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

Shades of Conifer #AFDD62

Tints of Conifer #AFDD62

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

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

R = 35.43%
G = 44.74%
B = 19.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#AFDD62 (or 0xAFDD62) is known color: Conifer. HEX triplet: AF, DD and 62. RGB value is (175,221,98). Sum of RGB (Red+Green+Blue) = 175+221+98=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD62 is #50229D. Grayscale: #C1C1C1. Windows color (decimal): -5251742 or 6479279. OLE color: 6479279.

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

Color convert

RGB 175 221 98 -
CMYK 0.21 0 0.56 0.13
HSL 82.44º 0.64% 0.63% -
HSV(B) 82.44º 0.56% 0.87% -
XYZ 45.74 61.71 21.06 -
YUV 193.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 175 221 98 0.21 0 0.56 0.13 82.44 0.64 0.63
Hex AF DD 62 15 0 38 D 52 40 3F
Octal 257 335 142 25 0 70 15 122 100 77
Binary 10101111 11011101 1100010 10101 0 111000 1101 1010010 1000000 111111

Color Harmonies of #AFDD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD62

Black with #AFDD62

Text Example


Text Example

White with #AFDD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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