Html Css Color HEX #AFDA64 Conifer

📋 copy color: '#AFDA64'

red 175 ◦ green 218 ◦ blue 100

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

Shades of Conifer #AFDA64

Tints of Conifer #AFDA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.28%

R = 35.5%
G = 44.22%
B = 20.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#AFDA64 (or 0xAFDA64) is known color: Conifer. HEX triplet: AF, DA and 64. RGB value is (175,218,100). Sum of RGB (Red+Green+Blue) = 175+218+100=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA64 is #50259B. Grayscale: #C0C0C0. Windows color (decimal): -5252508 or 6609583. OLE color: 6609583.

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

Color convert

RGB 175 218 100 -
CMYK 0.20 0 0.54 0.15
HSL 81.86º 0.61% 0.62% -
HSV(B) 81.86º 0.54% 0.85% -
XYZ 45.05 60.18 21.3 -
YUV 191.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 175 218 100 0.20 0 0.54 0.15 81.86 0.61 0.62
Hex AF DA 64 14 0 36 F 52 3D 3E
Octal 257 332 144 24 0 66 17 122 75 76
Binary 10101111 11011010 1100100 10100 0 110110 1111 1010010 111101 111110

Color Harmonies of #AFDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA64

Black with #AFDA64

Text Example


Text Example

White with #AFDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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